#371920

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

Shades of Temptress #371920

Tints of Temptress #371920

Color information

#371920 (or 0x371920) is unknown color: approx Temptress. HEX triplet: 37, 19 and 20. RGB value is (55,25,32). Sum of RGB (Red+Green+Blue) = 55+25+32=112 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.11% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 55 - color contains mainly: red. Hex color #371920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371920 is #C8E6DF. Grayscale: #222222. Windows color (decimal): -13166304 or 2103607. OLE color: 2103607.

HSL color Cylindrical-coordinate representation of color #371920: hue angle of 346º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #371920 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB552532-
CMYK00.550.420.78
HSL346º37.5%15.69%-
HSV(B)346º54.55%21.57%-
XYZ2.181.611.56-
YUV34.77126.44142.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 49.11%
GREEN value IS 25 (10.16% from 255) = 22.32%
BLUE value IS 32 (12.89% from 255) = 28.57%
R=49.11%
G=22.32%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55253200.550.420.7834637.515.69
Hex3719200372A4E15a2610
Octal673140067521165324620
Binary110111110011000000110111101010100111010101101010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371920; }

 p { color: rgb(55,25,32); }

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

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

 a { background-color: rgb(55,25,32); }

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

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

 span { border-color: rgb(55,25,32); }

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