#D39B91

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

Shades of Rose #D39B91

Tints of Rose #D39B91

Color information

#D39B91 (or 0xD39B91) is unknown color: approx Rose. HEX triplet: D3, 9B and 91. RGB value is (211,155,145). Sum of RGB (Red+Green+Blue) = 211+155+145=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D39B91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D39B91 is #2C646E. Grayscale: #AAAAAA. Windows color (decimal): -2909295 or 9542611. OLE color: 9542611.

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

Color convert

RGB211155145-
CMYK00.270.310.17
HSL9.09º42.86%69.8%-
HSV(B)9.09º31.28%82.75%-
XYZ43.739.3432.08-
YUV170.6113.55156.81-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.29%
GREEN value IS 155 (60.94% from 255) = 30.33%
BLUE value IS 145 (57.03% from 255) = 28.38%
R=41.29%
G=30.33%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115514500.270.310.179.0942.8669.8
HexD39B9101B1F1192b46
Octal32323322103337211153106
Binary110100111001101110010001011011111111000110011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39B91; }

 p { color: rgb(211,155,145); }

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

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

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

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

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

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

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