Shades of Claret #62172F
Tints of Claret #62172F
RGB
CMYK
RGB Variations
Color information
#62172F (or 0x62172F) is known color: Claret. HEX triplet: 62, 17 and 2F. RGB value is (98,23,47). Sum of RGB (Red+Green+Blue) = 98+23+47=168 (22% of max value = 765). Red value is 98 (38.67% from 255 or 58.33% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 98 - color contains mainly: red. Hex color #62172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62172F is #9DE8D0. Grayscale: #303030. Windows color (decimal): -10348753 or 3086178. OLE color: 3086178.
HSL color Cylindrical-coordinate representation of color #62172F: hue angle of 340.8º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62172F is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 23 | 47 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.62 |
| HSL | 340.8º | 0.62% | 0.24% | - |
| HSV(B) | 340.8º | 0.77% | 0.38% | - |
| XYZ | 5.86 | 3.41 | 3.04 | - |
| YUV | 48.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 47 | 0 | 0.77 | 0.52 | 0.62 | 340.8 | 0.62 | 0.24 |
| Hex | 62 | 17 | 2F | 0 | 4D | 34 | 3E | 155 | 3E | 18 |
| Octal | 142 | 27 | 57 | 0 | 115 | 64 | 76 | 525 | 76 | 30 |
| Binary | 1100010 | 10111 | 101111 | 0 | 1001101 | 110100 | 111110 | 101010101 | 111110 | 11000 |
Color Harmonies of #62172F
Complementary color
Monochromatic Colors of #62172F
Black with #62172F
Text Example
Text Example
White with #62172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62172F; }
p { color: rgb(98,23,47); }
H1.HeaderClassName
{
color: #62172F;
}
.AnyTagClassName
{
color: #62172F;
}
</style>
background-color css
<style>
a { background-color: #62172F; }
a { background-color: rgb(98,23,47); }
div.DivClassName
{
background-color: #62172F;
}
.BgClassName
{
background-color: #62172F;
}
</style>
border-color css
<style>
span { border-color: #62172F; }
span { border-color: rgb(98,23,47); }
td.TdClassName
{
border-color: #62172F;
}
.TagClassName
{
border-color: #62172F;
}
</style>