Shades of Claret #63102F
Tints of Claret #63102F
RGB
CMYK
RGB Variations
Color information
#63102F (or 0x63102F) is known color: Claret. HEX triplet: 63, 10 and 2F. RGB value is (99,16,47). Sum of RGB (Red+Green+Blue) = 99+16+47=162 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.11% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 99 - color contains mainly: red. Hex color #63102F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63102F is #9CEFD0. Grayscale: #2C2C2C. Windows color (decimal): -10285009 or 3084387. OLE color: 3084387.
HSL color Cylindrical-coordinate representation of color #63102F: hue angle of 337.59º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #63102F is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 16 | 47 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.61 |
| HSL | 337.59º | 0.72% | 0.23% | - |
| HSV(B) | 337.59º | 0.84% | 0.39% | - |
| XYZ | 5.84 | 3.23 | 3 | - |
| YUV | 44.35 | 129.5 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 47 | 0 | 0.84 | 0.53 | 0.61 | 337.59 | 0.72 | 0.23 |
| Hex | 63 | 10 | 2F | 0 | 54 | 35 | 3D | 152 | 48 | 17 |
| Octal | 143 | 20 | 57 | 0 | 124 | 65 | 75 | 522 | 110 | 27 |
| Binary | 1100011 | 10000 | 101111 | 0 | 1010100 | 110101 | 111101 | 101010010 | 1001000 | 10111 |
Color Harmonies of #63102F
Complementary color
Monochromatic Colors of #63102F
Black with #63102F
Text Example
Text Example
White with #63102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63102F; }
p { color: rgb(99,16,47); }
H1.HeaderClassName
{
color: #63102F;
}
.AnyTagClassName
{
color: #63102F;
}
</style>
background-color css
<style>
a { background-color: #63102F; }
a { background-color: rgb(99,16,47); }
div.DivClassName
{
background-color: #63102F;
}
.BgClassName
{
background-color: #63102F;
}
</style>
border-color css
<style>
span { border-color: #63102F; }
span { border-color: rgb(99,16,47); }
td.TdClassName
{
border-color: #63102F;
}
.TagClassName
{
border-color: #63102F;
}
</style>