Shades of Temptress #370C1C
Tints of Temptress #370C1C
RGB
CMYK
RGB Variations
Color information
#370C1C (or 0x370C1C) is known color: Temptress. HEX triplet: 37, 0C and 1C. RGB value is (55,12,28). Sum of RGB (Red+Green+Blue) = 55+12+28=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #370C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C1C is #C8F3E3. Grayscale: #1A1A1A. Windows color (decimal): -13169636 or 1838135. OLE color: 1838135.
HSL color Cylindrical-coordinate representation of color #370C1C: hue angle of 337.67º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #370C1C is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 12 | 28 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.78 |
| HSL | 337.67º | 0.64% | 0.13% | - |
| HSV(B) | 337.67º | 0.78% | 0.22% | - |
| XYZ | 1.92 | 1.16 | 1.22 | - |
| YUV | 26.68 | 128.75 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 28 | 0 | 0.78 | 0.49 | 0.78 | 337.67 | 0.64 | 0.13 |
| Hex | 37 | C | 1C | 0 | 4E | 31 | 4E | 152 | 40 | D |
| Octal | 67 | 14 | 34 | 0 | 116 | 61 | 116 | 522 | 100 | 15 |
| Binary | 110111 | 1100 | 11100 | 0 | 1001110 | 110001 | 1001110 | 101010010 | 1000000 | 1101 |
Color Harmonies of #370C1C
Complementary color
Monochromatic Colors of #370C1C
Black with #370C1C
Text Example
Text Example
White with #370C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C1C; }
p { color: rgb(55,12,28); }
H1.HeaderClassName
{
color: #370C1C;
}
.AnyTagClassName
{
color: #370C1C;
}
</style>
background-color css
<style>
a { background-color: #370C1C; }
a { background-color: rgb(55,12,28); }
div.DivClassName
{
background-color: #370C1C;
}
.BgClassName
{
background-color: #370C1C;
}
</style>
border-color css
<style>
span { border-color: #370C1C; }
span { border-color: rgb(55,12,28); }
td.TdClassName
{
border-color: #370C1C;
}
.TagClassName
{
border-color: #370C1C;
}
</style>