#370D1C

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

Shades of Temptress #370D1C

Tints of Temptress #370D1C

Color information

#370D1C (or 0x370D1C) is unknown color: approx Temptress. HEX triplet: 37, 0D and 1C. RGB value is (55,13,28). Sum of RGB (Red+Green+Blue) = 55+13+28=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 13 (5.47% from 255 or 13.54% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #370D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D1C is #C8F2E3. Grayscale: #1B1B1B. Windows color (decimal): -13169380 or 1838391. OLE color: 1838391.

HSL color Cylindrical-coordinate representation of color #370D1C: hue angle of 338.57º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #370D1C is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB551328-
CMYK00.760.490.78
HSL338.57º61.76%13.33%-
HSV(B)338.57º76.36%21.57%-
XYZ1.931.181.23-
YUV27.27128.41147.78-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.29%
GREEN value IS 13 (5.47% from 255) = 13.54%
BLUE value IS 28 (11.33% from 255) = 29.17%
R=57.29%
G=13.54%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55132800.760.490.78338.5761.7613.33
Hex37D1C04C314E1533ed
Octal6715340114611165237615
Binary1101111101111000100110011000110011101010100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,13,28); }

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

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

 a { background-color: rgb(55,13,28); }

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

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

 span { border-color: rgb(55,13,28); }

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