#371E21

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

Shades of Temptress #371E21

Tints of Temptress #371E21

Color information

#371E21 (or 0x371E21) is unknown color: approx Temptress. HEX triplet: 37, 1E and 21. RGB value is (55,30,33). Sum of RGB (Red+Green+Blue) = 55+30+33=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 33 (13.28% from 255 or 27.97% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #371E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E21 is #C8E1DE. Grayscale: #252525. Windows color (decimal): -13165023 or 2170423. OLE color: 2170423.

HSL color Cylindrical-coordinate representation of color #371E21: hue angle of 352.8º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #371E21 is Cyan = 0, Magento = 0.45, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB553033-
CMYK00.450.40.78
HSL352.8º29.41%16.67%-
HSV(B)352.8º45.45%21.57%-
XYZ2.311.851.67-
YUV37.82125.28140.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 46.61%
GREEN value IS 30 (12.11% from 255) = 25.42%
BLUE value IS 33 (13.28% from 255) = 27.97%
R=46.61%
G=25.42%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55303300.450.40.78352.829.4116.67
Hex371E2102D284E1611d11
Octal673641055501165413521
Binary11011111110100001010110110100010011101011000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371E21; }

 p { color: rgb(55,30,33); }

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

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

 a { background-color: rgb(55,30,33); }

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

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

 span { border-color: rgb(55,30,33); }

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