Shades of Claret #621B2F
Tints of Claret #621B2F
RGB
CMYK
RGB Variations
Color information
#621B2F (or 0x621B2F) is known color: Claret. HEX triplet: 62, 1B and 2F. RGB value is (98,27,47). Sum of RGB (Red+Green+Blue) = 98+27+47=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #621B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B2F is #9DE4D0. Grayscale: #323232. Windows color (decimal): -10347729 or 3087202. OLE color: 3087202.
HSL color Cylindrical-coordinate representation of color #621B2F: hue angle of 343.1º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #621B2F is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 47 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.62 |
| HSL | 343.1º | 0.57% | 0.25% | - |
| HSV(B) | 343.1º | 0.72% | 0.38% | - |
| XYZ | 5.94 | 3.59 | 3.07 | - |
| YUV | 50.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 47 | 0 | 0.72 | 0.52 | 0.62 | 343.1 | 0.57 | 0.25 |
| Hex | 62 | 1B | 2F | 0 | 48 | 34 | 3E | 157 | 39 | 19 |
| Octal | 142 | 33 | 57 | 0 | 110 | 64 | 76 | 527 | 71 | 31 |
| Binary | 1100010 | 11011 | 101111 | 0 | 1001000 | 110100 | 111110 | 101010111 | 111001 | 11001 |
Color Harmonies of #621B2F
Complementary color
Monochromatic Colors of #621B2F
Black with #621B2F
Text Example
Text Example
White with #621B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B2F; }
p { color: rgb(98,27,47); }
H1.HeaderClassName
{
color: #621B2F;
}
.AnyTagClassName
{
color: #621B2F;
}
</style>
background-color css
<style>
a { background-color: #621B2F; }
a { background-color: rgb(98,27,47); }
div.DivClassName
{
background-color: #621B2F;
}
.BgClassName
{
background-color: #621B2F;
}
</style>
border-color css
<style>
span { border-color: #621B2F; }
span { border-color: rgb(98,27,47); }
td.TdClassName
{
border-color: #621B2F;
}
.TagClassName
{
border-color: #621B2F;
}
</style>