#D16A61

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

Shades of Roman #D16A61

Tints of Roman #D16A61

Color information

#D16A61 (or 0xD16A61) is unknown color: approx Roman. HEX triplet: D1, 6A and 61. RGB value is (209,106,97). Sum of RGB (Red+Green+Blue) = 209+106+97=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A61 is #2E959E. Grayscale: #878787. Windows color (decimal): -3052959 or 6384337. OLE color: 6384337.

HSL color Cylindrical-coordinate representation of color #D16A61: hue angle of 4.82º 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 #D16A61 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20910697-
CMYK00.490.540.18
HSL4.82º54.9%60%-
HSV(B)4.82º53.59%81.96%-
XYZ33.6124.7314.31-
YUV135.77106.12180.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50.73%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 97 (38.28% from 255) = 23.54%
R=50.73%
G=25.73%
B=23.54%

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
Decimal2091069700.490.540.184.8254.960
HexD16A6103136125373c
Octal321152141061662256774
Binary1101000111010101100001011000111011010010101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16A61; }

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

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

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

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

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

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

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

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