#371921

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

Shades of Temptress #371921

Tints of Temptress #371921

Color information

#371921 (or 0x371921) is unknown color: approx Temptress. HEX triplet: 37, 19 and 21. RGB value is (55,25,33). Sum of RGB (Red+Green+Blue) = 55+25+33=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #371921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371921 is #C8E6DE. Grayscale: #222222. Windows color (decimal): -13166303 or 2169143. OLE color: 2169143.

HSL color Cylindrical-coordinate representation of color #371921: hue angle of 344º 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 #371921 is Cyan = 0, Magento = 0.55, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB552533-
CMYK00.550.40.78
HSL344º37.5%15.69%-
HSV(B)344º54.55%21.57%-
XYZ2.21.621.64-
YUV34.88126.94142.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.67%
GREEN value IS 25 (10.16% from 255) = 22.12%
BLUE value IS 33 (13.28% from 255) = 29.20%
R=48.67%
G=22.12%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.4
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55253300.550.40.7834437.515.69
Hex371921037284E1582610
Octal673141067501165304620
Binary110111110011000010110111101000100111010101100010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371921; }

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

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

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

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

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

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

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

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