#D16461

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

Shades of Roman #D16461

Tints of Roman #D16461

Color information

#D16461 (or 0xD16461) is unknown color: approx Roman. HEX triplet: D1, 64 and 61. RGB value is (209,100,97). Sum of RGB (Red+Green+Blue) = 209+100+97=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D16461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16461 is #2E9B9E. Grayscale: #848484. Windows color (decimal): -3054495 or 6382801. OLE color: 6382801.

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

Color convert

RGB20910097-
CMYK00.520.540.18
HSL1.61º54.9%60%-
HSV(B)1.61º53.59%81.96%-
XYZ33.0123.5314.11-
YUV132.25108.11182.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.48%
GREEN value IS 100 (39.45% from 255) = 24.63%
BLUE value IS 97 (38.28% from 255) = 23.89%
R=51.48%
G=24.63%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091009700.520.540.181.6154.960
HexD1646103436122373c
Octal321144141064662226774
Binary110100011100100110000101101001101101001010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16461; }

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

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

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

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

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

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

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

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