Shades of Claret #63142F
Tints of Claret #63142F
RGB
CMYK
RGB Variations
Color information
#63142F (or 0x63142F) is known color: Claret. HEX triplet: 63, 14 and 2F. RGB value is (99,20,47). Sum of RGB (Red+Green+Blue) = 99+20+47=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #63142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63142F is #9CEBD0. Grayscale: #2E2E2E. Windows color (decimal): -10283985 or 3085411. OLE color: 3085411.
HSL color Cylindrical-coordinate representation of color #63142F: hue angle of 339.49º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #63142F is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 20 | 47 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.61 |
| HSL | 339.49º | 0.66% | 0.23% | - |
| HSV(B) | 339.49º | 0.8% | 0.39% | - |
| XYZ | 5.91 | 3.36 | 3.03 | - |
| YUV | 46.7 | 128.17 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 20 | 47 | 0 | 0.80 | 0.53 | 0.61 | 339.49 | 0.66 | 0.23 |
| Hex | 63 | 14 | 2F | 0 | 50 | 35 | 3D | 153 | 42 | 17 |
| Octal | 143 | 24 | 57 | 0 | 120 | 65 | 75 | 523 | 102 | 27 |
| Binary | 1100011 | 10100 | 101111 | 0 | 1010000 | 110101 | 111101 | 101010011 | 1000010 | 10111 |
Color Harmonies of #63142F
Complementary color
Monochromatic Colors of #63142F
Black with #63142F
Text Example
Text Example
White with #63142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63142F; }
p { color: rgb(99,20,47); }
H1.HeaderClassName
{
color: #63142F;
}
.AnyTagClassName
{
color: #63142F;
}
</style>
background-color css
<style>
a { background-color: #63142F; }
a { background-color: rgb(99,20,47); }
div.DivClassName
{
background-color: #63142F;
}
.BgClassName
{
background-color: #63142F;
}
</style>
border-color css
<style>
span { border-color: #63142F; }
span { border-color: rgb(99,20,47); }
td.TdClassName
{
border-color: #63142F;
}
.TagClassName
{
border-color: #63142F;
}
</style>