Shades of Claret #621B34
Tints of Claret #621B34
RGB
CMYK
RGB Variations
Color information
#621B34 (or 0x621B34) is known color: Claret. HEX triplet: 62, 1B and 34. RGB value is (98,27,52). Sum of RGB (Red+Green+Blue) = 98+27+52=177 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.37% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 98 - color contains mainly: red. Hex color #621B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621B34 is #9DE4CB. Grayscale: #333333. Windows color (decimal): -10347724 or 3414882. OLE color: 3414882.
HSL color Cylindrical-coordinate representation of color #621B34: hue angle of 338.87º 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 #621B34 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 52 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.62 |
| HSL | 338.87º | 0.57% | 0.25% | - |
| HSV(B) | 338.87º | 0.72% | 0.38% | - |
| XYZ | 6.05 | 3.63 | 3.63 | - |
| YUV | 51.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 52 | 0 | 0.72 | 0.47 | 0.62 | 338.87 | 0.57 | 0.25 |
| Hex | 62 | 1B | 34 | 0 | 48 | 2F | 3E | 153 | 39 | 19 |
| Octal | 142 | 33 | 64 | 0 | 110 | 57 | 76 | 523 | 71 | 31 |
| Binary | 1100010 | 11011 | 110100 | 0 | 1001000 | 101111 | 111110 | 101010011 | 111001 | 11001 |
Color Harmonies of #621B34
Complementary color
Monochromatic Colors of #621B34
Black with #621B34
Text Example
Text Example
White with #621B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B34; }
p { color: rgb(98,27,52); }
H1.HeaderClassName
{
color: #621B34;
}
.AnyTagClassName
{
color: #621B34;
}
</style>
background-color css
<style>
a { background-color: #621B34; }
a { background-color: rgb(98,27,52); }
div.DivClassName
{
background-color: #621B34;
}
.BgClassName
{
background-color: #621B34;
}
</style>
border-color css
<style>
span { border-color: #621B34; }
span { border-color: rgb(98,27,52); }
td.TdClassName
{
border-color: #621B34;
}
.TagClassName
{
border-color: #621B34;
}
</style>