#372025

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

Shades of Temptress #372025

Tints of Temptress #372025

Color information

#372025 (or 0x372025) is unknown color: approx Temptress. HEX triplet: 37, 20 and 25. RGB value is (55,32,37). Sum of RGB (Red+Green+Blue) = 55+32+37=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #372025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372025 is #C8DFDA. Grayscale: #272727. Windows color (decimal): -13164507 or 2433079. OLE color: 2433079.

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

Color convert

RGB553237-
CMYK00.420.330.78
HSL346.96º26.44%17.06%-
HSV(B)346.96º41.82%21.57%-
XYZ2.431.982-
YUV39.45126.62139.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 32 (12.89% from 255) = 25.81%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=44.35%
G=25.81%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55323700.420.330.78346.9626.4417.06
Hex37202502A214E15b1a11
Octal674045052411165333221
Binary110111100000100101010101010000110011101010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372025; }

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

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

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

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

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

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

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

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