Html Css Color HEX #D16155 Roman

📋 copy color: '#D16155'

red 209 ◦ green 97 ◦ blue 85

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

Shades of Roman #D16155

Tints of Roman #D16155

RGB

 RED value IS 209 (82.03% from 255) = 53.45%

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

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

R = 53.45%
G = 24.81%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D16155 (or 0xD16155) is known color: Roman. HEX triplet: D1, 61 and 55. RGB value is (209,97,85). Sum of RGB (Red+Green+Blue) = 209+97+85=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 97 (38.28% from 255 or 24.81% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D16155 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16155 is #2E9EAA. Grayscale: #818181. Windows color (decimal): -3055275 or 5595601. OLE color: 5595601.

HSL color Cylindrical-coordinate representation of color #D16155: hue angle of 5.81º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D16155 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 97 85 -
CMYK 0 0.54 0.59 0.18
HSL 5.81º 0.57% 0.58% -
HSV(B) 5.81º 0.59% 0.82% -
XYZ 32.21 22.76 11.29 -
YUV 129.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 209 97 85 0 0.54 0.59 0.18 5.81 0.57 0.58
Hex D1 61 55 0 36 3B 12 6 39 3A
Octal 321 141 125 0 66 73 22 6 71 72
Binary 11010001 1100001 1010101 0 110110 111011 10010 110 111001 111010

Color Harmonies of #D16155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16155

Black with #D16155

Text Example


Text Example

White with #D16155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16155; }

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

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

background-color css

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

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

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

border-color css

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

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

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