#370E1D

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

Shades of Temptress #370E1D

Tints of Temptress #370E1D

Color information

#370E1D (or 0x370E1D) is unknown color: approx Temptress. HEX triplet: 37, 0E and 1D. RGB value is (55,14,29). Sum of RGB (Red+Green+Blue) = 55+14+29=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #370E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E1D is #C8F1E2. Grayscale: #1B1B1B. Windows color (decimal): -13169123 or 1904183. OLE color: 1904183.

HSL color Cylindrical-coordinate representation of color #370E1D: hue angle of 338.05º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #370E1D is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB551429-
CMYK00.750.470.78
HSL338.05º59.42%13.53%-
HSV(B)338.05º74.55%21.57%-
XYZ1.951.221.29-
YUV27.97128.58147.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 56.12%
GREEN value IS 14 (5.86% from 255) = 14.29%
BLUE value IS 29 (11.72% from 255) = 29.59%
R=56.12%
G=14.29%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55142900.750.470.78338.0559.4213.53
Hex37E1D04B2F4E1523be
Octal6716350113571165227316
Binary1101111110111010100101110111110011101010100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370E1D; }

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

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

<style>
 a { background-color: #370E1D; }

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

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

<style>
 span { border-color: #370E1D; }

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

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