Shades of Claret #80173B
Tints of Claret #80173B
RGB
CMYK
RGB Variations
Color information
#80173B (or 0x80173B) is known color: Claret. HEX triplet: 80, 17 and 3B. RGB value is (128,23,59). Sum of RGB (Red+Green+Blue) = 128+23+59=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80173B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80173B is #7FE8C4. Grayscale: #3A3A3A. Windows color (decimal): -8382661 or 3872640. OLE color: 3872640.
HSL color Cylindrical-coordinate representation of color #80173B: hue angle of 339.43º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80173B is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 23 | 59 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.50 |
| HSL | 339.43º | 0.7% | 0.3% | - |
| HSV(B) | 339.43º | 0.82% | 0.5% | - |
| XYZ | 10 | 5.52 | 4.68 | - |
| YUV | 58.5 | 128.29 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 59 | 0 | 0.82 | 0.54 | 0.50 | 339.43 | 0.7 | 0.3 |
| Hex | 80 | 17 | 3B | 0 | 52 | 36 | 32 | 153 | 46 | 1E |
| Octal | 200 | 27 | 73 | 0 | 122 | 66 | 62 | 523 | 106 | 36 |
| Binary | 10000000 | 10111 | 111011 | 0 | 1010010 | 110110 | 110010 | 101010011 | 1000110 | 11110 |
Color Harmonies of #80173B
Complementary color
Monochromatic Colors of #80173B
Black with #80173B
Text Example
Text Example
White with #80173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80173B; }
p { color: rgb(128,23,59); }
H1.HeaderClassName
{
color: #80173B;
}
.AnyTagClassName
{
color: #80173B;
}
</style>
background-color css
<style>
a { background-color: #80173B; }
a { background-color: rgb(128,23,59); }
div.DivClassName
{
background-color: #80173B;
}
.BgClassName
{
background-color: #80173B;
}
</style>
border-color css
<style>
span { border-color: #80173B; }
span { border-color: rgb(128,23,59); }
td.TdClassName
{
border-color: #80173B;
}
.TagClassName
{
border-color: #80173B;
}
</style>