Shades of Claret #801C3E
Tints of Claret #801C3E
RGB
CMYK
RGB Variations
Color information
#801C3E (or 0x801C3E) is known color: Claret. HEX triplet: 80, 1C and 3E. RGB value is (128,28,62). Sum of RGB (Red+Green+Blue) = 128+28+62=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #801C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #801C3E is #7FE3C1. Grayscale: #3D3D3D. Windows color (decimal): -8381378 or 4070528. OLE color: 4070528.
HSL color Cylindrical-coordinate representation of color #801C3E: hue angle of 339.6º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #801C3E is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 28 | 62 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.50 |
| HSL | 339.6º | 0.64% | 0.31% | - |
| HSV(B) | 339.6º | 0.78% | 0.5% | - |
| XYZ | 10.19 | 5.77 | 5.13 | - |
| YUV | 61.78 | 128.13 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 62 | 0 | 0.78 | 0.52 | 0.50 | 339.6 | 0.64 | 0.31 |
| Hex | 80 | 1C | 3E | 0 | 4E | 34 | 32 | 154 | 40 | 1F |
| Octal | 200 | 34 | 76 | 0 | 116 | 64 | 62 | 524 | 100 | 37 |
| Binary | 10000000 | 11100 | 111110 | 0 | 1001110 | 110100 | 110010 | 101010100 | 1000000 | 11111 |
Color Harmonies of #801C3E
Complementary color
Monochromatic Colors of #801C3E
Black with #801C3E
Text Example
Text Example
White with #801C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801C3E; }
p { color: rgb(128,28,62); }
H1.HeaderClassName
{
color: #801C3E;
}
.AnyTagClassName
{
color: #801C3E;
}
</style>
background-color css
<style>
a { background-color: #801C3E; }
a { background-color: rgb(128,28,62); }
div.DivClassName
{
background-color: #801C3E;
}
.BgClassName
{
background-color: #801C3E;
}
</style>
border-color css
<style>
span { border-color: #801C3E; }
span { border-color: rgb(128,28,62); }
td.TdClassName
{
border-color: #801C3E;
}
.TagClassName
{
border-color: #801C3E;
}
</style>