Shades of Temptress #380C1C
Tints of Temptress #380C1C
RGB
CMYK
RGB Variations
Color information
#380C1C (or 0x380C1C) is known color: Temptress. HEX triplet: 38, 0C and 1C. RGB value is (56,12,28). Sum of RGB (Red+Green+Blue) = 56+12+28=96 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.33% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 56 - color contains mainly: red. Hex color #380C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C1C is #C7F3E3. Grayscale: #1A1A1A. Windows color (decimal): -13104100 or 1838136. OLE color: 1838136.
HSL color Cylindrical-coordinate representation of color #380C1C: hue angle of 338.18º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #380C1C is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 12 | 28 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.78 |
| HSL | 338.18º | 0.65% | 0.13% | - |
| HSV(B) | 338.18º | 0.79% | 0.22% | - |
| XYZ | 1.97 | 1.19 | 1.22 | - |
| YUV | 26.98 | 128.58 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 28 | 0 | 0.79 | 0.50 | 0.78 | 338.18 | 0.65 | 0.13 |
| Hex | 38 | C | 1C | 0 | 4F | 32 | 4E | 152 | 41 | D |
| Octal | 70 | 14 | 34 | 0 | 117 | 62 | 116 | 522 | 101 | 15 |
| Binary | 111000 | 1100 | 11100 | 0 | 1001111 | 110010 | 1001110 | 101010010 | 1000001 | 1101 |
Color Harmonies of #380C1C
Complementary color
Monochromatic Colors of #380C1C
Black with #380C1C
Text Example
Text Example
White with #380C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C1C; }
p { color: rgb(56,12,28); }
H1.HeaderClassName
{
color: #380C1C;
}
.AnyTagClassName
{
color: #380C1C;
}
</style>
background-color css
<style>
a { background-color: #380C1C; }
a { background-color: rgb(56,12,28); }
div.DivClassName
{
background-color: #380C1C;
}
.BgClassName
{
background-color: #380C1C;
}
</style>
border-color css
<style>
span { border-color: #380C1C; }
span { border-color: rgb(56,12,28); }
td.TdClassName
{
border-color: #380C1C;
}
.TagClassName
{
border-color: #380C1C;
}
</style>