Shades of Claret #621A2F
Tints of Claret #621A2F
RGB
CMYK
RGB Variations
Color information
#621A2F (or 0x621A2F) is known color: Claret. HEX triplet: 62, 1A and 2F. RGB value is (98,26,47). Sum of RGB (Red+Green+Blue) = 98+26+47=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #621A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621A2F is #9DE5D0. Grayscale: #313131. Windows color (decimal): -10347985 or 3086946. OLE color: 3086946.
HSL color Cylindrical-coordinate representation of color #621A2F: hue angle of 342.5º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #621A2F is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 26 | 47 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.62 |
| HSL | 342.5º | 0.58% | 0.24% | - |
| HSV(B) | 342.5º | 0.73% | 0.38% | - |
| XYZ | 5.92 | 3.54 | 3.06 | - |
| YUV | 49.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 47 | 0 | 0.73 | 0.52 | 0.62 | 342.5 | 0.58 | 0.24 |
| Hex | 62 | 1A | 2F | 0 | 49 | 34 | 3E | 156 | 3A | 18 |
| Octal | 142 | 32 | 57 | 0 | 111 | 64 | 76 | 526 | 72 | 30 |
| Binary | 1100010 | 11010 | 101111 | 0 | 1001001 | 110100 | 111110 | 101010110 | 111010 | 11000 |
Color Harmonies of #621A2F
Complementary color
Monochromatic Colors of #621A2F
Black with #621A2F
Text Example
Text Example
White with #621A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A2F; }
p { color: rgb(98,26,47); }
H1.HeaderClassName
{
color: #621A2F;
}
.AnyTagClassName
{
color: #621A2F;
}
</style>
background-color css
<style>
a { background-color: #621A2F; }
a { background-color: rgb(98,26,47); }
div.DivClassName
{
background-color: #621A2F;
}
.BgClassName
{
background-color: #621A2F;
}
</style>
border-color css
<style>
span { border-color: #621A2F; }
span { border-color: rgb(98,26,47); }
td.TdClassName
{
border-color: #621A2F;
}
.TagClassName
{
border-color: #621A2F;
}
</style>