#D16B61

Color #D16B61 Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #D16B61

Tints of Roman #D16B61

Color information

#D16B61 (or 0xD16B61) is unknown color: approx Roman. HEX triplet: D1, 6B and 61. RGB value is (209,107,97). Sum of RGB (Red+Green+Blue) = 209+107+97=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16B61 is #2E949E. Grayscale: #888888. Windows color (decimal): -3052703 or 6384593. OLE color: 6384593.

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

Color convert

RGB20910797-
CMYK00.490.540.18
HSL5.36º54.9%60%-
HSV(B)5.36º53.59%81.96%-
XYZ33.7124.9314.35-
YUV136.36105.79179.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.61%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 97 (38.28% from 255) = 23.49%
R=50.61%
G=25.91%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091079700.490.540.185.3654.960
HexD16B6103136125373c
Octal321153141061662256774
Binary1101000111010111100001011000111011010010101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16B61; }

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

 H1.HeaderClassName
 {
   color: #D16B61;
 }
 .AnyTagClassName
 {
   color: #D16B61;
 }
</style>
background-color css

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

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

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

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

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

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