Shades of Claret #801336
Tints of Claret #801336
RGB
CMYK
RGB Variations
Color information
#801336 (or 0x801336) is known color: Claret. HEX triplet: 80, 13 and 36. RGB value is (128,19,54). Sum of RGB (Red+Green+Blue) = 128+19+54=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #801336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801336 is #7FECC9. Grayscale: #373737. Windows color (decimal): -8383690 or 3543936. OLE color: 3543936.
HSL color Cylindrical-coordinate representation of color #801336: hue angle of 340.73º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801336 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 54 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.50 |
| HSL | 340.73º | 0.74% | 0.29% | - |
| HSV(B) | 340.73º | 0.85% | 0.5% | - |
| XYZ | 9.8 | 5.32 | 4 | - |
| YUV | 55.58 | 127.11 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 54 | 0 | 0.85 | 0.58 | 0.50 | 340.73 | 0.74 | 0.29 |
| Hex | 80 | 13 | 36 | 0 | 55 | 3A | 32 | 155 | 4A | 1D |
| Octal | 200 | 23 | 66 | 0 | 125 | 72 | 62 | 525 | 112 | 35 |
| Binary | 10000000 | 10011 | 110110 | 0 | 1010101 | 111010 | 110010 | 101010101 | 1001010 | 11101 |
Color Harmonies of #801336
Complementary color
Monochromatic Colors of #801336
Black with #801336
Text Example
Text Example
White with #801336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801336; }
p { color: rgb(128,19,54); }
H1.HeaderClassName
{
color: #801336;
}
.AnyTagClassName
{
color: #801336;
}
</style>
background-color css
<style>
a { background-color: #801336; }
a { background-color: rgb(128,19,54); }
div.DivClassName
{
background-color: #801336;
}
.BgClassName
{
background-color: #801336;
}
</style>
border-color css
<style>
span { border-color: #801336; }
span { border-color: rgb(128,19,54); }
td.TdClassName
{
border-color: #801336;
}
.TagClassName
{
border-color: #801336;
}
</style>