Shades of Claret #80183D
Tints of Claret #80183D
RGB
CMYK
RGB Variations
Color information
#80183D (or 0x80183D) is known color: Claret. HEX triplet: 80, 18 and 3D. RGB value is (128,24,61). Sum of RGB (Red+Green+Blue) = 128+24+61=213 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.09% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 128 - color contains mainly: red. Hex color #80183D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80183D is #7FE7C2. Grayscale: #3B3B3B. Windows color (decimal): -8382403 or 4003968. OLE color: 4003968.
HSL color Cylindrical-coordinate representation of color #80183D: hue angle of 338.65º 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 #80183D is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 24 | 61 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.50 |
| HSL | 338.65º | 0.68% | 0.3% | - |
| HSV(B) | 338.65º | 0.81% | 0.5% | - |
| XYZ | 10.07 | 5.58 | 4.96 | - |
| YUV | 59.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 24 | 61 | 0 | 0.81 | 0.52 | 0.50 | 338.65 | 0.68 | 0.3 |
| Hex | 80 | 18 | 3D | 0 | 51 | 34 | 32 | 153 | 44 | 1E |
| Octal | 200 | 30 | 75 | 0 | 121 | 64 | 62 | 523 | 104 | 36 |
| Binary | 10000000 | 11000 | 111101 | 0 | 1010001 | 110100 | 110010 | 101010011 | 1000100 | 11110 |
Color Harmonies of #80183D
Complementary color
Monochromatic Colors of #80183D
Black with #80183D
Text Example
Text Example
White with #80183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80183D; }
p { color: rgb(128,24,61); }
H1.HeaderClassName
{
color: #80183D;
}
.AnyTagClassName
{
color: #80183D;
}
</style>
background-color css
<style>
a { background-color: #80183D; }
a { background-color: rgb(128,24,61); }
div.DivClassName
{
background-color: #80183D;
}
.BgClassName
{
background-color: #80183D;
}
</style>
border-color css
<style>
span { border-color: #80183D; }
span { border-color: rgb(128,24,61); }
td.TdClassName
{
border-color: #80183D;
}
.TagClassName
{
border-color: #80183D;
}
</style>