Html Css Color HEX #D76355 Roman

📋 copy color: '#D76355'

red 215 ◦ green 99 ◦ blue 85

#D76355
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #D76355

Tints of Roman #D76355

RGB

 RED value IS 215 (84.38% from 255) = 53.88%

 GREEN value IS 99 (39.06% from 255) = 24.81%

 BLUE value IS 85 (33.59% from 255) = 21.3%

R = 53.88%
G = 24.81%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D76355 (or 0xD76355) is known color: Roman. HEX triplet: D7, 63 and 55. RGB value is (215,99,85). Sum of RGB (Red+Green+Blue) = 215+99+85=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D76355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76355 is #289CAA. Grayscale: #848484. Windows color (decimal): -2661547 or 5596119. OLE color: 5596119.

HSL color Cylindrical-coordinate representation of color #D76355: hue angle of 6.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D76355 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 99 85 -
CMYK 0 0.54 0.60 0.16
HSL 6.46º 0.62% 0.59% -
HSV(B) 6.46º 0.6% 0.84% -
XYZ 34.13 24.03 11.43 -
YUV 132.09 101.43 187.14 -
System Red Green Blue C M Y K H S L
Decimal 215 99 85 0 0.54 0.60 0.16 6.46 0.62 0.59
Hex D7 63 55 0 36 3C 10 6 3E 3B
Octal 327 143 125 0 66 74 20 6 76 73
Binary 11010111 1100011 1010101 0 110110 111100 10000 110 111110 111011

Color Harmonies of #D76355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76355

Black with #D76355

Text Example


Text Example

White with #D76355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76355; }

 p { color: rgb(215,99,85); }

 H1.HeaderClassName
 {
   color: #D76355;
 }
 .AnyTagClassName
 {
   color: #D76355;
 }
</style>

background-color css

<style>
 a { background-color: #D76355; }

 a { background-color: rgb(215,99,85); }

 div.DivClassName
 {
   background-color: #D76355;
 }
 .BgClassName
 {
   background-color: #D76355;
 }
</style>

border-color css

<style>
 span { border-color: #D76355; }

 span { border-color: rgb(215,99,85); }

 td.TdClassName
 {
   border-color: #D76355;
 }
 .TagClassName
 {
   border-color: #D76355;
 }
</style>