Shades of Claret #631834
Tints of Claret #631834
RGB
CMYK
RGB Variations
Color information
#631834 (or 0x631834) is known color: Claret. HEX triplet: 63, 18 and 34. RGB value is (99,24,52). Sum of RGB (Red+Green+Blue) = 99+24+52=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 52 (20.70% from 255 or 29.71% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #631834 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631834 is #9CE7CB. Grayscale: #313131. Windows color (decimal): -10282956 or 3414115. OLE color: 3414115.
HSL color Cylindrical-coordinate representation of color #631834: hue angle of 337.6º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #631834 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 24 | 52 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.61 |
| HSL | 337.6º | 0.61% | 0.24% | - |
| HSV(B) | 337.6º | 0.76% | 0.39% | - |
| XYZ | 6.09 | 3.55 | 3.61 | - |
| YUV | 49.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 52 | 0 | 0.76 | 0.47 | 0.61 | 337.6 | 0.61 | 0.24 |
| Hex | 63 | 18 | 34 | 0 | 4C | 2F | 3D | 152 | 3D | 18 |
| Octal | 143 | 30 | 64 | 0 | 114 | 57 | 75 | 522 | 75 | 30 |
| Binary | 1100011 | 11000 | 110100 | 0 | 1001100 | 101111 | 111101 | 101010010 | 111101 | 11000 |
Color Harmonies of #631834
Complementary color
Monochromatic Colors of #631834
Black with #631834
Text Example
Text Example
White with #631834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631834; }
p { color: rgb(99,24,52); }
H1.HeaderClassName
{
color: #631834;
}
.AnyTagClassName
{
color: #631834;
}
</style>
background-color css
<style>
a { background-color: #631834; }
a { background-color: rgb(99,24,52); }
div.DivClassName
{
background-color: #631834;
}
.BgClassName
{
background-color: #631834;
}
</style>
border-color css
<style>
span { border-color: #631834; }
span { border-color: rgb(99,24,52); }
td.TdClassName
{
border-color: #631834;
}
.TagClassName
{
border-color: #631834;
}
</style>