Shades of Claret #622232
Tints of Claret #622232
RGB
CMYK
RGB Variations
Color information
#622232 (or 0x622232) is known color: Claret. HEX triplet: 62, 22 and 32. RGB value is (98,34,50). Sum of RGB (Red+Green+Blue) = 98+34+50=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #622232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622232 is #9DDDCD. Grayscale: #363636. Windows color (decimal): -10345934 or 3285602. OLE color: 3285602.
HSL color Cylindrical-coordinate representation of color #622232: hue angle of 345º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #622232 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 34 | 50 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.62 |
| HSL | 345º | 0.48% | 0.26% | - |
| HSV(B) | 345º | 0.65% | 0.38% | - |
| XYZ | 6.18 | 3.97 | 3.46 | - |
| YUV | 54.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 34 | 50 | 0 | 0.65 | 0.49 | 0.62 | 345 | 0.48 | 0.26 |
| Hex | 62 | 22 | 32 | 0 | 41 | 31 | 3E | 159 | 30 | 1A |
| Octal | 142 | 42 | 62 | 0 | 101 | 61 | 76 | 531 | 60 | 32 |
| Binary | 1100010 | 100010 | 110010 | 0 | 1000001 | 110001 | 111110 | 101011001 | 110000 | 11010 |
Color Harmonies of #622232
Complementary color
Monochromatic Colors of #622232
Black with #622232
Text Example
Text Example
White with #622232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #622232; }
p { color: rgb(98,34,50); }
H1.HeaderClassName
{
color: #622232;
}
.AnyTagClassName
{
color: #622232;
}
</style>
background-color css
<style>
a { background-color: #622232; }
a { background-color: rgb(98,34,50); }
div.DivClassName
{
background-color: #622232;
}
.BgClassName
{
background-color: #622232;
}
</style>
border-color css
<style>
span { border-color: #622232; }
span { border-color: rgb(98,34,50); }
td.TdClassName
{
border-color: #622232;
}
.TagClassName
{
border-color: #622232;
}
</style>