#371522

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

Shades of Temptress #371522

Tints of Temptress #371522

Color information

#371522 (or 0x371522) is unknown color: approx Temptress. HEX triplet: 37, 15 and 22. RGB value is (55,21,34). Sum of RGB (Red+Green+Blue) = 55+21+34=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #371522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371522 is #C8EADD. Grayscale: #202020. Windows color (decimal): -13167326 or 2233655. OLE color: 2233655.

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

Color convert

RGB552134-
CMYK00.620.380.78
HSL337.06º44.74%14.9%-
HSV(B)337.06º61.82%21.57%-
XYZ2.131.461.68-
YUV32.65128.76143.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 34 (13.67% from 255) = 30.91%
R=50%
G=19.09%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55213400.620.380.78337.0644.7414.9
Hex37152203E264E1512df
Octal672542076461165215517
Binary11011110101100010011111010011010011101010100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371522; }

 p { color: rgb(55,21,34); }

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

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

 a { background-color: rgb(55,21,34); }

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

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

 span { border-color: rgb(55,21,34); }

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