Shades of Claret #801338
Tints of Claret #801338
RGB
CMYK
RGB Variations
Color information
#801338 (or 0x801338) is known color: Claret. HEX triplet: 80, 13 and 38. RGB value is (128,19,56). Sum of RGB (Red+Green+Blue) = 128+19+56=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #801338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801338 is #7FECC7. Grayscale: #373737. Windows color (decimal): -8383688 or 3675008. OLE color: 3675008.
HSL color Cylindrical-coordinate representation of color #801338: hue angle of 339.63º 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 #801338 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 56 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.50 |
| HSL | 339.63º | 0.74% | 0.29% | - |
| HSV(B) | 339.63º | 0.85% | 0.5% | - |
| XYZ | 9.85 | 5.34 | 4.25 | - |
| YUV | 55.81 | 128.11 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 56 | 0 | 0.85 | 0.56 | 0.50 | 339.63 | 0.74 | 0.29 |
| Hex | 80 | 13 | 38 | 0 | 55 | 38 | 32 | 154 | 4A | 1D |
| Octal | 200 | 23 | 70 | 0 | 125 | 70 | 62 | 524 | 112 | 35 |
| Binary | 10000000 | 10011 | 111000 | 0 | 1010101 | 111000 | 110010 | 101010100 | 1001010 | 11101 |
Color Harmonies of #801338
Complementary color
Monochromatic Colors of #801338
Black with #801338
Text Example
Text Example
White with #801338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801338; }
p { color: rgb(128,19,56); }
H1.HeaderClassName
{
color: #801338;
}
.AnyTagClassName
{
color: #801338;
}
</style>
background-color css
<style>
a { background-color: #801338; }
a { background-color: rgb(128,19,56); }
div.DivClassName
{
background-color: #801338;
}
.BgClassName
{
background-color: #801338;
}
</style>
border-color css
<style>
span { border-color: #801338; }
span { border-color: rgb(128,19,56); }
td.TdClassName
{
border-color: #801338;
}
.TagClassName
{
border-color: #801338;
}
</style>