#311620

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

Shades of Temptress #311620

Tints of Temptress #311620

Color information

#311620 (or 0x311620) is unknown color: approx Temptress. HEX triplet: 31, 16 and 20. RGB value is (49,22,32). Sum of RGB (Red+Green+Blue) = 49+22+32=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #311620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311620 is #CEE9DF. Grayscale: #1F1F1F. Windows color (decimal): -13560288 or 2102833. OLE color: 2102833.

HSL color Cylindrical-coordinate representation of color #311620: hue angle of 337.78º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #311620 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB492232-
CMYK00.550.350.81
HSL337.78º38.03%13.92%-
HSV(B)337.78º55.1%19.22%-
XYZ1.811.331.53-
YUV31.21128.45140.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 22 (8.98% from 255) = 21.36%
BLUE value IS 32 (12.89% from 255) = 31.07%
R=47.57%
G=21.36%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49223200.550.350.81337.7838.0313.92
Hex311620037235115226e
Octal612640067431215224616
Binary11000110110100000011011110001110100011010100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311620; }

 p { color: rgb(49,22,32); }

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

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

 a { background-color: rgb(49,22,32); }

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

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

 span { border-color: rgb(49,22,32); }

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