Shades of Claret #84103B
Tints of Claret #84103B
RGB
CMYK
RGB Variations
Color information
#84103B (or 0x84103B) is known color: Claret. HEX triplet: 84, 10 and 3B. RGB value is (132,16,59). Sum of RGB (Red+Green+Blue) = 132+16+59=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #84103B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84103B is #7BEFC4. Grayscale: #373737. Windows color (decimal): -8122309 or 3870852. OLE color: 3870852.
HSL color Cylindrical-coordinate representation of color #84103B: hue angle of 337.76º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84103B is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 59 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.48 |
| HSL | 337.76º | 0.78% | 0.29% | - |
| HSV(B) | 337.76º | 0.88% | 0.52% | - |
| XYZ | 10.49 | 5.59 | 4.66 | - |
| YUV | 55.59 | 129.93 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 59 | 0 | 0.88 | 0.55 | 0.48 | 337.76 | 0.78 | 0.29 |
| Hex | 84 | 10 | 3B | 0 | 58 | 37 | 30 | 152 | 4E | 1D |
| Octal | 204 | 20 | 73 | 0 | 130 | 67 | 60 | 522 | 116 | 35 |
| Binary | 10000100 | 10000 | 111011 | 0 | 1011000 | 110111 | 110000 | 101010010 | 1001110 | 11101 |
Color Harmonies of #84103B
Complementary color
Monochromatic Colors of #84103B
Black with #84103B
Text Example
Text Example
White with #84103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84103B; }
p { color: rgb(132,16,59); }
H1.HeaderClassName
{
color: #84103B;
}
.AnyTagClassName
{
color: #84103B;
}
</style>
background-color css
<style>
a { background-color: #84103B; }
a { background-color: rgb(132,16,59); }
div.DivClassName
{
background-color: #84103B;
}
.BgClassName
{
background-color: #84103B;
}
</style>
border-color css
<style>
span { border-color: #84103B; }
span { border-color: rgb(132,16,59); }
td.TdClassName
{
border-color: #84103B;
}
.TagClassName
{
border-color: #84103B;
}
</style>