Html Css Color HEX #D76155 Roman

📋 copy color: '#D76155'

red 215 ◦ green 97 ◦ blue 85

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

Shades of Roman #D76155

Tints of Roman #D76155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.43%

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

R = 54.16%
G = 24.43%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D76155 (or 0xD76155) is known color: Roman. HEX triplet: D7, 61 and 55. RGB value is (215,97,85). Sum of RGB (Red+Green+Blue) = 215+97+85=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D76155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76155 is #289EAA. Grayscale: #838383. Windows color (decimal): -2662059 or 5595607. OLE color: 5595607.

HSL color Cylindrical-coordinate representation of color #D76155: hue angle of 5.54º 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 #D76155 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 97 85 -
CMYK 0 0.55 0.60 0.16
HSL 5.54º 0.62% 0.59% -
HSV(B) 5.54º 0.6% 0.84% -
XYZ 33.94 23.65 11.37 -
YUV 130.91 102.09 187.98 -
System Red Green Blue C M Y K H S L
Decimal 215 97 85 0 0.55 0.60 0.16 5.54 0.62 0.59
Hex D7 61 55 0 37 3C 10 6 3E 3B
Octal 327 141 125 0 67 74 20 6 76 73
Binary 11010111 1100001 1010101 0 110111 111100 10000 110 111110 111011

Color Harmonies of #D76155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76155

Black with #D76155

Text Example


Text Example

White with #D76155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76155; }

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

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

background-color css

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

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

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

border-color css

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

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

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