Shades of Claret #80183C
Tints of Claret #80183C
RGB
CMYK
RGB Variations
Color information
#80183C (or 0x80183C) is known color: Claret. HEX triplet: 80, 18 and 3C. RGB value is (128,24,60). Sum of RGB (Red+Green+Blue) = 128+24+60=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #80183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80183C is #7FE7C3. Grayscale: #3B3B3B. Windows color (decimal): -8382404 or 3938432. OLE color: 3938432.
HSL color Cylindrical-coordinate representation of color #80183C: hue angle of 339.23º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80183C is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 24 | 60 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.50 |
| HSL | 339.23º | 0.68% | 0.3% | - |
| HSV(B) | 339.23º | 0.81% | 0.5% | - |
| XYZ | 10.04 | 5.57 | 4.82 | - |
| YUV | 59.2 | 128.46 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 60 | 0 | 0.81 | 0.53 | 0.50 | 339.23 | 0.68 | 0.3 |
| Hex | 80 | 18 | 3C | 0 | 51 | 35 | 32 | 153 | 44 | 1E |
| Octal | 200 | 30 | 74 | 0 | 121 | 65 | 62 | 523 | 104 | 36 |
| Binary | 10000000 | 11000 | 111100 | 0 | 1010001 | 110101 | 110010 | 101010011 | 1000100 | 11110 |
Color Harmonies of #80183C
Complementary color
Monochromatic Colors of #80183C
Black with #80183C
Text Example
Text Example
White with #80183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80183C; }
p { color: rgb(128,24,60); }
H1.HeaderClassName
{
color: #80183C;
}
.AnyTagClassName
{
color: #80183C;
}
</style>
background-color css
<style>
a { background-color: #80183C; }
a { background-color: rgb(128,24,60); }
div.DivClassName
{
background-color: #80183C;
}
.BgClassName
{
background-color: #80183C;
}
</style>
border-color css
<style>
span { border-color: #80183C; }
span { border-color: rgb(128,24,60); }
td.TdClassName
{
border-color: #80183C;
}
.TagClassName
{
border-color: #80183C;
}
</style>