Shades of Claret #80193E
Tints of Claret #80193E
RGB
CMYK
RGB Variations
Color information
#80193E (or 0x80193E) is known color: Claret. HEX triplet: 80, 19 and 3E. RGB value is (128,25,62). Sum of RGB (Red+Green+Blue) = 128+25+62=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #80193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80193E is #7FE6C1. Grayscale: #3B3B3B. Windows color (decimal): -8382146 or 4069760. OLE color: 4069760.
HSL color Cylindrical-coordinate representation of color #80193E: hue angle of 338.45º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80193E is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 25 | 62 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.50 |
| HSL | 338.45º | 0.67% | 0.3% | - |
| HSV(B) | 338.45º | 0.8% | 0.5% | - |
| XYZ | 10.12 | 5.63 | 5.11 | - |
| YUV | 60.02 | 129.12 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 25 | 62 | 0 | 0.80 | 0.52 | 0.50 | 338.45 | 0.67 | 0.3 |
| Hex | 80 | 19 | 3E | 0 | 50 | 34 | 32 | 152 | 43 | 1E |
| Octal | 200 | 31 | 76 | 0 | 120 | 64 | 62 | 522 | 103 | 36 |
| Binary | 10000000 | 11001 | 111110 | 0 | 1010000 | 110100 | 110010 | 101010010 | 1000011 | 11110 |
Color Harmonies of #80193E
Complementary color
Monochromatic Colors of #80193E
Black with #80193E
Text Example
Text Example
White with #80193E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80193E; }
p { color: rgb(128,25,62); }
H1.HeaderClassName
{
color: #80193E;
}
.AnyTagClassName
{
color: #80193E;
}
</style>
background-color css
<style>
a { background-color: #80193E; }
a { background-color: rgb(128,25,62); }
div.DivClassName
{
background-color: #80193E;
}
.BgClassName
{
background-color: #80193E;
}
</style>
border-color css
<style>
span { border-color: #80193E; }
span { border-color: rgb(128,25,62); }
td.TdClassName
{
border-color: #80193E;
}
.TagClassName
{
border-color: #80193E;
}
</style>