#37121D

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

Shades of Temptress #37121D

Tints of Temptress #37121D

Color information

#37121D (or 0x37121D) is unknown color: approx Temptress. HEX triplet: 37, 12 and 1D. RGB value is (55,18,29). Sum of RGB (Red+Green+Blue) = 55+18+29=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #37121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37121D is #C8EDE2. Grayscale: #1E1E1E. Windows color (decimal): -13168099 or 1905207. OLE color: 1905207.

HSL color Cylindrical-coordinate representation of color #37121D: hue angle of 342.16º 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 #37121D is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB551829-
CMYK00.670.470.78
HSL342.16º50.68%14.31%-
HSV(B)342.16º67.27%21.57%-
XYZ2.011.331.31-
YUV30.32127.26145.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.92%
GREEN value IS 18 (7.42% from 255) = 17.65%
BLUE value IS 29 (11.72% from 255) = 28.43%
R=53.92%
G=17.65%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55182900.670.470.78342.1650.6814.31
Hex37121D0432F4E15633e
Octal6722350103571165266316
Binary11011110010111010100001110111110011101010101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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