#371E25

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

Shades of Temptress #371E25

Tints of Temptress #371E25

Color information

#371E25 (or 0x371E25) is unknown color: approx Temptress. HEX triplet: 37, 1E and 25. RGB value is (55,30,37). Sum of RGB (Red+Green+Blue) = 55+30+37=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #371E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E25 is #C8E1DA. Grayscale: #262626. Windows color (decimal): -13165019 or 2432567. OLE color: 2432567.

HSL color Cylindrical-coordinate representation of color #371E25: hue angle of 343.2º 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 #371E25 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB553037-
CMYK00.450.330.78
HSL343.2º29.41%16.67%-
HSV(B)343.2º45.45%21.57%-
XYZ2.371.871.99-
YUV38.27127.28139.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.08%
GREEN value IS 30 (12.11% from 255) = 24.59%
BLUE value IS 37 (14.84% from 255) = 30.33%
R=45.08%
G=24.59%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55303700.450.330.78343.229.4116.67
Hex371E2502D214E1571d11
Octal673645055411165273521
Binary11011111110100101010110110000110011101010101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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