Shades of Claret #632332
Tints of Claret #632332
RGB
CMYK
RGB Variations
Color information
#632332 (or 0x632332) is known color: Claret. HEX triplet: 63, 23 and 32. RGB value is (99,35,50). Sum of RGB (Red+Green+Blue) = 99+35+50=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #632332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632332 is #9CDCCD. Grayscale: #373737. Windows color (decimal): -10280142 or 3285859. OLE color: 3285859.
HSL color Cylindrical-coordinate representation of color #632332: hue angle of 345.94º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #632332 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 35 | 50 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.61 |
| HSL | 345.94º | 0.48% | 0.26% | - |
| HSV(B) | 345.94º | 0.65% | 0.39% | - |
| XYZ | 6.32 | 4.09 | 3.47 | - |
| YUV | 55.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 50 | 0 | 0.65 | 0.49 | 0.61 | 345.94 | 0.48 | 0.26 |
| Hex | 63 | 23 | 32 | 0 | 41 | 31 | 3D | 15A | 30 | 1A |
| Octal | 143 | 43 | 62 | 0 | 101 | 61 | 75 | 532 | 60 | 32 |
| Binary | 1100011 | 100011 | 110010 | 0 | 1000001 | 110001 | 111101 | 101011010 | 110000 | 11010 |
Color Harmonies of #632332
Complementary color
Monochromatic Colors of #632332
Black with #632332
Text Example
Text Example
White with #632332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632332; }
p { color: rgb(99,35,50); }
H1.HeaderClassName
{
color: #632332;
}
.AnyTagClassName
{
color: #632332;
}
</style>
background-color css
<style>
a { background-color: #632332; }
a { background-color: rgb(99,35,50); }
div.DivClassName
{
background-color: #632332;
}
.BgClassName
{
background-color: #632332;
}
</style>
border-color css
<style>
span { border-color: #632332; }
span { border-color: rgb(99,35,50); }
td.TdClassName
{
border-color: #632332;
}
.TagClassName
{
border-color: #632332;
}
</style>