Shades of Claret #801436
Tints of Claret #801436
RGB
CMYK
RGB Variations
Color information
#801436 (or 0x801436) is known color: Claret. HEX triplet: 80, 14 and 36. RGB value is (128,20,54). Sum of RGB (Red+Green+Blue) = 128+20+54=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #801436 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801436 is #7FEBC9. Grayscale: #383838. Windows color (decimal): -8383434 or 3544192. OLE color: 3544192.
HSL color Cylindrical-coordinate representation of color #801436: hue angle of 341.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801436 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 54 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.50 |
| HSL | 341.11º | 0.73% | 0.29% | - |
| HSV(B) | 341.11º | 0.84% | 0.5% | - |
| XYZ | 9.82 | 5.36 | 4.01 | - |
| YUV | 56.17 | 126.78 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 54 | 0 | 0.84 | 0.58 | 0.50 | 341.11 | 0.73 | 0.29 |
| Hex | 80 | 14 | 36 | 0 | 54 | 3A | 32 | 155 | 49 | 1D |
| Octal | 200 | 24 | 66 | 0 | 124 | 72 | 62 | 525 | 111 | 35 |
| Binary | 10000000 | 10100 | 110110 | 0 | 1010100 | 111010 | 110010 | 101010101 | 1001001 | 11101 |
Color Harmonies of #801436
Complementary color
Monochromatic Colors of #801436
Black with #801436
Text Example
Text Example
White with #801436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801436; }
p { color: rgb(128,20,54); }
H1.HeaderClassName
{
color: #801436;
}
.AnyTagClassName
{
color: #801436;
}
</style>
background-color css
<style>
a { background-color: #801436; }
a { background-color: rgb(128,20,54); }
div.DivClassName
{
background-color: #801436;
}
.BgClassName
{
background-color: #801436;
}
</style>
border-color css
<style>
span { border-color: #801436; }
span { border-color: rgb(128,20,54); }
td.TdClassName
{
border-color: #801436;
}
.TagClassName
{
border-color: #801436;
}
</style>