Shades of Claret #62142F
Tints of Claret #62142F
RGB
CMYK
RGB Variations
Color information
#62142F (or 0x62142F) is known color: Claret. HEX triplet: 62, 14 and 2F. RGB value is (98,20,47). Sum of RGB (Red+Green+Blue) = 98+20+47=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #62142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62142F is #9DEBD0. Grayscale: #2E2E2E. Windows color (decimal): -10349521 or 3085410. OLE color: 3085410.
HSL color Cylindrical-coordinate representation of color #62142F: hue angle of 339.23º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62142F is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 20 | 47 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.62 |
| HSL | 339.23º | 0.66% | 0.23% | - |
| HSV(B) | 339.23º | 0.8% | 0.38% | - |
| XYZ | 5.8 | 3.3 | 3.02 | - |
| YUV | 46.4 | 128.34 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 47 | 0 | 0.80 | 0.52 | 0.62 | 339.23 | 0.66 | 0.23 |
| Hex | 62 | 14 | 2F | 0 | 50 | 34 | 3E | 153 | 42 | 17 |
| Octal | 142 | 24 | 57 | 0 | 120 | 64 | 76 | 523 | 102 | 27 |
| Binary | 1100010 | 10100 | 101111 | 0 | 1010000 | 110100 | 111110 | 101010011 | 1000010 | 10111 |
Color Harmonies of #62142F
Complementary color
Monochromatic Colors of #62142F
Black with #62142F
Text Example
Text Example
White with #62142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62142F; }
p { color: rgb(98,20,47); }
H1.HeaderClassName
{
color: #62142F;
}
.AnyTagClassName
{
color: #62142F;
}
</style>
background-color css
<style>
a { background-color: #62142F; }
a { background-color: rgb(98,20,47); }
div.DivClassName
{
background-color: #62142F;
}
.BgClassName
{
background-color: #62142F;
}
</style>
border-color css
<style>
span { border-color: #62142F; }
span { border-color: rgb(98,20,47); }
td.TdClassName
{
border-color: #62142F;
}
.TagClassName
{
border-color: #62142F;
}
</style>