Shades of Claret #621230
Tints of Claret #621230
RGB
CMYK
RGB Variations
Color information
#621230 (or 0x621230) is known color: Claret. HEX triplet: 62, 12 and 30. RGB value is (98,18,48). Sum of RGB (Red+Green+Blue) = 98+18+48=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #621230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621230 is #9DEDCF. Grayscale: #2D2D2D. Windows color (decimal): -10350032 or 3150434. OLE color: 3150434.
HSL color Cylindrical-coordinate representation of color #621230: hue angle of 337.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621230 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 18 | 48 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.62 |
| HSL | 337.5º | 0.69% | 0.23% | - |
| HSV(B) | 337.5º | 0.82% | 0.38% | - |
| XYZ | 5.79 | 3.24 | 3.12 | - |
| YUV | 45.34 | 129.5 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 48 | 0 | 0.82 | 0.51 | 0.62 | 337.5 | 0.69 | 0.23 |
| Hex | 62 | 12 | 30 | 0 | 52 | 33 | 3E | 152 | 45 | 17 |
| Octal | 142 | 22 | 60 | 0 | 122 | 63 | 76 | 522 | 105 | 27 |
| Binary | 1100010 | 10010 | 110000 | 0 | 1010010 | 110011 | 111110 | 101010010 | 1000101 | 10111 |
Color Harmonies of #621230
Complementary color
Monochromatic Colors of #621230
Black with #621230
Text Example
Text Example
White with #621230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621230; }
p { color: rgb(98,18,48); }
H1.HeaderClassName
{
color: #621230;
}
.AnyTagClassName
{
color: #621230;
}
</style>
background-color css
<style>
a { background-color: #621230; }
a { background-color: rgb(98,18,48); }
div.DivClassName
{
background-color: #621230;
}
.BgClassName
{
background-color: #621230;
}
</style>
border-color css
<style>
span { border-color: #621230; }
span { border-color: rgb(98,18,48); }
td.TdClassName
{
border-color: #621230;
}
.TagClassName
{
border-color: #621230;
}
</style>