Shades of Claret #632131
Tints of Claret #632131
RGB
CMYK
RGB Variations
Color information
#632131 (or 0x632131) is known color: Claret. HEX triplet: 63, 21 and 31. RGB value is (99,33,49). Sum of RGB (Red+Green+Blue) = 99+33+49=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #632131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632131 is #9CDECE. Grayscale: #363636. Windows color (decimal): -10280655 or 3219811. OLE color: 3219811.
HSL color Cylindrical-coordinate representation of color #632131: hue angle of 345.45º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #632131 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 33 | 49 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.61 |
| HSL | 345.45º | 0.5% | 0.26% | - |
| HSV(B) | 345.45º | 0.67% | 0.39% | - |
| XYZ | 6.24 | 3.96 | 3.34 | - |
| YUV | 54.56 | 124.87 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 33 | 49 | 0 | 0.67 | 0.51 | 0.61 | 345.45 | 0.5 | 0.26 |
| Hex | 63 | 21 | 31 | 0 | 43 | 33 | 3D | 159 | 32 | 1A |
| Octal | 143 | 41 | 61 | 0 | 103 | 63 | 75 | 531 | 62 | 32 |
| Binary | 1100011 | 100001 | 110001 | 0 | 1000011 | 110011 | 111101 | 101011001 | 110010 | 11010 |
Color Harmonies of #632131
Complementary color
Monochromatic Colors of #632131
Black with #632131
Text Example
Text Example
White with #632131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632131; }
p { color: rgb(99,33,49); }
H1.HeaderClassName
{
color: #632131;
}
.AnyTagClassName
{
color: #632131;
}
</style>
background-color css
<style>
a { background-color: #632131; }
a { background-color: rgb(99,33,49); }
div.DivClassName
{
background-color: #632131;
}
.BgClassName
{
background-color: #632131;
}
</style>
border-color css
<style>
span { border-color: #632131; }
span { border-color: rgb(99,33,49); }
td.TdClassName
{
border-color: #632131;
}
.TagClassName
{
border-color: #632131;
}
</style>