#37121E

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

Shades of Temptress #37121E

Tints of Temptress #37121E

Color information

#37121E (or 0x37121E) is unknown color: approx Temptress. HEX triplet: 37, 12 and 1E. RGB value is (55,18,30). Sum of RGB (Red+Green+Blue) = 55+18+30=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 18 (7.42% from 255 or 17.48% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #37121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37121E is #C8EDE1. Grayscale: #1E1E1E. Windows color (decimal): -13168098 or 1970743. OLE color: 1970743.

HSL color Cylindrical-coordinate representation of color #37121E: hue angle of 340.54º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37121E is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB551830-
CMYK00.670.450.78
HSL340.54º50.68%14.31%-
HSV(B)340.54º67.27%21.57%-
XYZ2.031.341.38-
YUV30.43127.76145.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.40%
GREEN value IS 18 (7.42% from 255) = 17.48%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=53.40%
G=17.48%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55183000.670.450.78340.5450.6814.31
Hex37121E0432D4E15533e
Octal6722360103551165256316
Binary11011110010111100100001110110110011101010101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37121E; }

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

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

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

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

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

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

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

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