Shades of Claret #80133B
Tints of Claret #80133B
RGB
CMYK
RGB Variations
Color information
#80133B (or 0x80133B) is known color: Claret. HEX triplet: 80, 13 and 3B. RGB value is (128,19,59). Sum of RGB (Red+Green+Blue) = 128+19+59=206 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.14% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 128 - color contains mainly: red. Hex color #80133B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80133B is #7FECC4. Grayscale: #383838. Windows color (decimal): -8383685 or 3871616. OLE color: 3871616.
HSL color Cylindrical-coordinate representation of color #80133B: hue angle of 337.98º 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 #80133B is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 59 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.50 |
| HSL | 337.98º | 0.74% | 0.29% | - |
| HSV(B) | 337.98º | 0.85% | 0.5% | - |
| XYZ | 9.92 | 5.37 | 4.65 | - |
| YUV | 56.15 | 129.61 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 59 | 0 | 0.85 | 0.54 | 0.50 | 337.98 | 0.74 | 0.29 |
| Hex | 80 | 13 | 3B | 0 | 55 | 36 | 32 | 152 | 4A | 1D |
| Octal | 200 | 23 | 73 | 0 | 125 | 66 | 62 | 522 | 112 | 35 |
| Binary | 10000000 | 10011 | 111011 | 0 | 1010101 | 110110 | 110010 | 101010010 | 1001010 | 11101 |
Color Harmonies of #80133B
Complementary color
Monochromatic Colors of #80133B
Black with #80133B
Text Example
Text Example
White with #80133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80133B; }
p { color: rgb(128,19,59); }
H1.HeaderClassName
{
color: #80133B;
}
.AnyTagClassName
{
color: #80133B;
}
</style>
background-color css
<style>
a { background-color: #80133B; }
a { background-color: rgb(128,19,59); }
div.DivClassName
{
background-color: #80133B;
}
.BgClassName
{
background-color: #80133B;
}
</style>
border-color css
<style>
span { border-color: #80133B; }
span { border-color: rgb(128,19,59); }
td.TdClassName
{
border-color: #80133B;
}
.TagClassName
{
border-color: #80133B;
}
</style>