#371D25

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

Shades of Temptress #371D25

Tints of Temptress #371D25

Color information

#371D25 (or 0x371D25) is unknown color: approx Temptress. HEX triplet: 37, 1D and 25. RGB value is (55,29,37). Sum of RGB (Red+Green+Blue) = 55+29+37=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #371D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D25 is #C8E2DA. Grayscale: #252525. Windows color (decimal): -13165275 or 2432311. OLE color: 2432311.

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

Color convert

RGB552937-
CMYK00.470.330.78
HSL341.54º30.95%16.47%-
HSV(B)341.54º47.27%21.57%-
XYZ2.351.821.98-
YUV37.69127.61140.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 29 (11.72% from 255) = 23.97%
BLUE value IS 37 (14.84% from 255) = 30.58%
R=45.45%
G=23.97%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55293700.470.330.78341.5430.9516.47
Hex371D2502F214E1561f10
Octal673545057411165263720
Binary11011111101100101010111110000110011101010101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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