#37141F

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

Shades of Temptress #37141F

Tints of Temptress #37141F

Color information

#37141F (or 0x37141F) is unknown color: approx Temptress. HEX triplet: 37, 14 and 1F. RGB value is (55,20,31). Sum of RGB (Red+Green+Blue) = 55+20+31=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #37141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37141F is #C8EBE0. Grayscale: #1F1F1F. Windows color (decimal): -13167585 or 2036791. OLE color: 2036791.

HSL color Cylindrical-coordinate representation of color #37141F: hue angle of 341.14º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #37141F is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB552031-
CMYK00.640.440.78
HSL341.14º46.67%14.71%-
HSV(B)341.14º63.64%21.57%-
XYZ2.071.411.46-
YUV31.72127.6144.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 31 (12.5% from 255) = 29.25%
R=51.89%
G=18.87%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55203100.640.440.78341.1446.6714.71
Hex37141F0402C4E1552ff
Octal6724370100541165255717
Binary11011110100111110100000010110010011101010101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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