#D36161

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

Shades of Roman #D36161

Tints of Roman #D36161

Color information

#D36161 (or 0xD36161) is unknown color: approx Roman. HEX triplet: D3, 61 and 61. RGB value is (211,97,97). Sum of RGB (Red+Green+Blue) = 211+97+97=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 97 (38.28% from 255 or 23.95% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D36161 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36161 is #2C9E9E. Grayscale: #838383. Windows color (decimal): -2924191 or 6382035. OLE color: 6382035.

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

Color convert

RGB2119797-
CMYK00.540.540.17
HSL56.44%60.39%-
HSV(B)54.03%82.75%-
XYZ33.323.2614.04-
YUV131.09108.77185-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.10%
GREEN value IS 97 (38.28% from 255) = 23.95%
BLUE value IS 97 (38.28% from 255) = 23.95%
R=52.10%
G=23.95%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211979700.540.540.17056.4460.39
HexD3616103636110383c
Octal323141141066662107074
Binary11010011110000111000010110110110110100010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D36161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D36161; }

 p { color: rgb(211,97,97); }

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

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

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

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

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

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

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