Shades of Claret #622031
Tints of Claret #622031
RGB
CMYK
RGB Variations
Color information
#622031 (or 0x622031) is known color: Claret. HEX triplet: 62, 20 and 31. RGB value is (98,32,49). Sum of RGB (Red+Green+Blue) = 98+32+49=179 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.75% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 98 - color contains mainly: red. Hex color #622031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622031 is #9DDFCE. Grayscale: #353535. Windows color (decimal): -10346447 or 3219554. OLE color: 3219554.
HSL color Cylindrical-coordinate representation of color #622031: hue angle of 344.55º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #622031 is Cyan = 0, Magento = 0.67, Yellow = 0.5 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 32 | 49 | - |
| CMYK | 0 | 0.67 | 0.5 | 0.62 |
| HSL | 344.55º | 0.51% | 0.25% | - |
| HSV(B) | 344.55º | 0.67% | 0.38% | - |
| XYZ | 6.11 | 3.85 | 3.33 | - |
| YUV | 53.67 | 125.37 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 49 | 0 | 0.67 | 0.5 | 0.62 | 344.55 | 0.51 | 0.25 |
| Hex | 62 | 20 | 31 | 0 | 43 | 32 | 3E | 159 | 33 | 19 |
| Octal | 142 | 40 | 61 | 0 | 103 | 62 | 76 | 531 | 63 | 31 |
| Binary | 1100010 | 100000 | 110001 | 0 | 1000011 | 110010 | 111110 | 101011001 | 110011 | 11001 |
Color Harmonies of #622031
Complementary color
Monochromatic Colors of #622031
Black with #622031
Text Example
Text Example
White with #622031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622031; }
p { color: rgb(98,32,49); }
H1.HeaderClassName
{
color: #622031;
}
.AnyTagClassName
{
color: #622031;
}
</style>
background-color css
<style>
a { background-color: #622031; }
a { background-color: rgb(98,32,49); }
div.DivClassName
{
background-color: #622031;
}
.BgClassName
{
background-color: #622031;
}
</style>
border-color css
<style>
span { border-color: #622031; }
span { border-color: rgb(98,32,49); }
td.TdClassName
{
border-color: #622031;
}
.TagClassName
{
border-color: #622031;
}
</style>