#37131F

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

Shades of Temptress #37131F

Tints of Temptress #37131F

Color information

#37131F (or 0x37131F) is unknown color: approx Temptress. HEX triplet: 37, 13 and 1F. RGB value is (55,19,31). Sum of RGB (Red+Green+Blue) = 55+19+31=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #37131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37131F is #C8ECE0. Grayscale: #1F1F1F. Windows color (decimal): -13167841 or 2036535. OLE color: 2036535.

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

Color convert

RGB551931-
CMYK00.650.440.78
HSL340º48.65%14.51%-
HSV(B)340º65.45%21.57%-
XYZ2.061.381.45-
YUV31.13127.93145.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.38%
GREEN value IS 19 (7.81% from 255) = 18.10%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=52.38%
G=18.10%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55193100.650.440.7834048.6514.51
Hex37131F0412C4E15431f
Octal6723370101541165246117
Binary11011110011111110100000110110010011101010101001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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