Shades of Claret #621C31
Tints of Claret #621C31
RGB
CMYK
RGB Variations
Color information
#621C31 (or 0x621C31) is known color: Claret. HEX triplet: 62, 1C and 31. RGB value is (98,28,49). Sum of RGB (Red+Green+Blue) = 98+28+49=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #621C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621C31 is #9DE3CE. Grayscale: #333333. Windows color (decimal): -10347471 or 3218530. OLE color: 3218530.
HSL color Cylindrical-coordinate representation of color #621C31: hue angle of 342º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #621C31 is Cyan = 0, Magento = 0.71, Yellow = 0.5 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 28 | 49 | - |
| CMYK | 0 | 0.71 | 0.5 | 0.62 |
| HSL | 342º | 0.56% | 0.25% | - |
| HSV(B) | 342º | 0.71% | 0.38% | - |
| XYZ | 6.01 | 3.65 | 3.29 | - |
| YUV | 51.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 49 | 0 | 0.71 | 0.5 | 0.62 | 342 | 0.56 | 0.25 |
| Hex | 62 | 1C | 31 | 0 | 47 | 32 | 3E | 156 | 38 | 19 |
| Octal | 142 | 34 | 61 | 0 | 107 | 62 | 76 | 526 | 70 | 31 |
| Binary | 1100010 | 11100 | 110001 | 0 | 1000111 | 110010 | 111110 | 101010110 | 111000 | 11001 |
Color Harmonies of #621C31
Complementary color
Monochromatic Colors of #621C31
Black with #621C31
Text Example
Text Example
White with #621C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621C31; }
p { color: rgb(98,28,49); }
H1.HeaderClassName
{
color: #621C31;
}
.AnyTagClassName
{
color: #621C31;
}
</style>
background-color css
<style>
a { background-color: #621C31; }
a { background-color: rgb(98,28,49); }
div.DivClassName
{
background-color: #621C31;
}
.BgClassName
{
background-color: #621C31;
}
</style>
border-color css
<style>
span { border-color: #621C31; }
span { border-color: rgb(98,28,49); }
td.TdClassName
{
border-color: #621C31;
}
.TagClassName
{
border-color: #621C31;
}
</style>