#37121F

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

Shades of Temptress #37121F

Tints of Temptress #37121F

Color information

#37121F (or 0x37121F) is unknown color: approx Temptress. HEX triplet: 37, 12 and 1F. RGB value is (55,18,31). Sum of RGB (Red+Green+Blue) = 55+18+31=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #37121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37121F is #C8EDE0. Grayscale: #1E1E1E. Windows color (decimal): -13168097 or 2036279. OLE color: 2036279.

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

Color convert

RGB551831-
CMYK00.670.440.78
HSL338.92º50.68%14.31%-
HSV(B)338.92º67.27%21.57%-
XYZ2.041.341.45-
YUV30.54128.26145.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=52.88%
G=17.31%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55183100.670.440.78338.9250.6814.31
Hex37121F0432C4E15333e
Octal6722370103541165236316
Binary11011110010111110100001110110010011101010100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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