#371C26

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

Shades of Temptress #371C26

Tints of Temptress #371C26

Color information

#371C26 (or 0x371C26) is unknown color: approx Temptress. HEX triplet: 37, 1C and 26. RGB value is (55,28,38). Sum of RGB (Red+Green+Blue) = 55+28+38=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #371C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C26 is #C8E3D9. Grayscale: #252525. Windows color (decimal): -13165530 or 2497591. OLE color: 2497591.

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

Color convert

RGB552838-
CMYK00.490.310.78
HSL337.78º32.53%16.27%-
HSV(B)337.78º49.09%21.57%-
XYZ2.341.782.05-
YUV37.21128.45140.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 28 (11.33% from 255) = 23.14%
BLUE value IS 38 (15.23% from 255) = 31.40%
R=45.45%
G=23.14%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55283800.490.310.78337.7832.5316.27
Hex371C260311F4E1522110
Octal673446061371165224120
Binary11011111100100110011000111111100111010101001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,28,38); }

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

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

 a { background-color: rgb(55,28,38); }

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

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

 span { border-color: rgb(55,28,38); }

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