#371F25

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

Shades of Temptress #371F25

Tints of Temptress #371F25

Color information

#371F25 (or 0x371F25) is unknown color: approx Temptress. HEX triplet: 37, 1F and 25. RGB value is (55,31,37). Sum of RGB (Red+Green+Blue) = 55+31+37=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #371F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F25 is #C8E0DA. Grayscale: #262626. Windows color (decimal): -13164763 or 2432823. OLE color: 2432823.

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

Color convert

RGB553137-
CMYK00.440.330.78
HSL345º27.91%16.86%-
HSV(B)345º43.64%21.57%-
XYZ2.41.932-
YUV38.86126.95139.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.72%
GREEN value IS 31 (12.5% from 255) = 25.20%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=44.72%
G=25.20%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55313700.440.330.7834527.9116.86
Hex371F2502C214E1591c11
Octal673745054411165313421
Binary11011111111100101010110010000110011101010110011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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