Shades of Claret #621834
Tints of Claret #621834
RGB
CMYK
RGB Variations
Color information
#621834 (or 0x621834) is known color: Claret. HEX triplet: 62, 18 and 34. RGB value is (98,24,52). Sum of RGB (Red+Green+Blue) = 98+24+52=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #621834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621834 is #9DE7CB. Grayscale: #313131. Windows color (decimal): -10348492 or 3414114. OLE color: 3414114.
HSL color Cylindrical-coordinate representation of color #621834: hue angle of 337.3º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #621834 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 24 | 52 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.62 |
| HSL | 337.3º | 0.61% | 0.24% | - |
| HSV(B) | 337.3º | 0.76% | 0.38% | - |
| XYZ | 5.98 | 3.5 | 3.61 | - |
| YUV | 49.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 52 | 0 | 0.76 | 0.47 | 0.62 | 337.3 | 0.61 | 0.24 |
| Hex | 62 | 18 | 34 | 0 | 4C | 2F | 3E | 151 | 3D | 18 |
| Octal | 142 | 30 | 64 | 0 | 114 | 57 | 76 | 521 | 75 | 30 |
| Binary | 1100010 | 11000 | 110100 | 0 | 1001100 | 101111 | 111110 | 101010001 | 111101 | 11000 |
Color Harmonies of #621834
Complementary color
Monochromatic Colors of #621834
Black with #621834
Text Example
Text Example
White with #621834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621834; }
p { color: rgb(98,24,52); }
H1.HeaderClassName
{
color: #621834;
}
.AnyTagClassName
{
color: #621834;
}
</style>
background-color css
<style>
a { background-color: #621834; }
a { background-color: rgb(98,24,52); }
div.DivClassName
{
background-color: #621834;
}
.BgClassName
{
background-color: #621834;
}
</style>
border-color css
<style>
span { border-color: #621834; }
span { border-color: rgb(98,24,52); }
td.TdClassName
{
border-color: #621834;
}
.TagClassName
{
border-color: #621834;
}
</style>