Shades of Claret #83133C
Tints of Claret #83133C
RGB
CMYK
RGB Variations
Color information
#83133C (or 0x83133C) is known color: Claret. HEX triplet: 83, 13 and 3C. RGB value is (131,19,60). Sum of RGB (Red+Green+Blue) = 131+19+60=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83133C is #7CECC3. Grayscale: #393939. Windows color (decimal): -8187076 or 3937155. OLE color: 3937155.
HSL color Cylindrical-coordinate representation of color #83133C: hue angle of 338.04º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83133C is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 19 | 60 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.49 |
| HSL | 338.04º | 0.75% | 0.29% | - |
| HSV(B) | 338.04º | 0.85% | 0.51% | - |
| XYZ | 10.41 | 5.62 | 4.81 | - |
| YUV | 57.16 | 129.61 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 60 | 0 | 0.85 | 0.54 | 0.49 | 338.04 | 0.75 | 0.29 |
| Hex | 83 | 13 | 3C | 0 | 55 | 36 | 31 | 152 | 4B | 1D |
| Octal | 203 | 23 | 74 | 0 | 125 | 66 | 61 | 522 | 113 | 35 |
| Binary | 10000011 | 10011 | 111100 | 0 | 1010101 | 110110 | 110001 | 101010010 | 1001011 | 11101 |
Color Harmonies of #83133C
Complementary color
Monochromatic Colors of #83133C
Black with #83133C
Text Example
Text Example
White with #83133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83133C; }
p { color: rgb(131,19,60); }
H1.HeaderClassName
{
color: #83133C;
}
.AnyTagClassName
{
color: #83133C;
}
</style>
background-color css
<style>
a { background-color: #83133C; }
a { background-color: rgb(131,19,60); }
div.DivClassName
{
background-color: #83133C;
}
.BgClassName
{
background-color: #83133C;
}
</style>
border-color css
<style>
span { border-color: #83133C; }
span { border-color: rgb(131,19,60); }
td.TdClassName
{
border-color: #83133C;
}
.TagClassName
{
border-color: #83133C;
}
</style>