#37131E

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

Shades of Temptress #37131E

Tints of Temptress #37131E

Color information

#37131E (or 0x37131E) is unknown color: approx Temptress. HEX triplet: 37, 13 and 1E. RGB value is (55,19,30). Sum of RGB (Red+Green+Blue) = 55+19+30=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #37131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37131E is #C8ECE1. Grayscale: #1F1F1F. Windows color (decimal): -13167842 or 1970999. OLE color: 1970999.

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

Color convert

RGB551930-
CMYK00.650.450.78
HSL341.67º48.65%14.51%-
HSV(B)341.67º65.45%21.57%-
XYZ2.041.371.39-
YUV31.02127.43145.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 30 (12.11% from 255) = 28.85%
R=52.88%
G=18.27%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55193000.650.450.78341.6748.6514.51
Hex37131E0412D4E15631f
Octal6723360101551165266117
Binary11011110011111100100000110110110011101010101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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