#371220

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

Shades of Temptress #371220

Tints of Temptress #371220

Color information

#371220 (or 0x371220) is unknown color: approx Temptress. HEX triplet: 37, 12 and 20. RGB value is (55,18,32). Sum of RGB (Red+Green+Blue) = 55+18+32=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #371220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371220 is #C8EDDF. Grayscale: #1E1E1E. Windows color (decimal): -13168096 or 2101815. OLE color: 2101815.

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

Color convert

RGB551832-
CMYK00.670.420.78
HSL337.3º50.68%14.31%-
HSV(B)337.3º67.27%21.57%-
XYZ2.051.351.52-
YUV30.66128.76145.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.38%
GREEN value IS 18 (7.42% from 255) = 17.14%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=52.38%
G=17.14%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55183200.670.420.78337.350.6814.31
Hex3712200432A4E15133e
Octal6722400103521165216316
Binary110111100101000000100001110101010011101010100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371220; }

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

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

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

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

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

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

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

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