Shades of Claret #632034
Tints of Claret #632034
RGB
CMYK
RGB Variations
Color information
#632034 (or 0x632034) is known color: Claret. HEX triplet: 63, 20 and 34. RGB value is (99,32,52). Sum of RGB (Red+Green+Blue) = 99+32+52=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #632034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632034 is #9CDFCB. Grayscale: #363636. Windows color (decimal): -10280908 or 3416163. OLE color: 3416163.
HSL color Cylindrical-coordinate representation of color #632034: hue angle of 342.09º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632034 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 32 | 52 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.61 |
| HSL | 342.09º | 0.51% | 0.26% | - |
| HSV(B) | 342.09º | 0.68% | 0.39% | - |
| XYZ | 6.28 | 3.93 | 3.68 | - |
| YUV | 54.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 52 | 0 | 0.68 | 0.47 | 0.61 | 342.09 | 0.51 | 0.26 |
| Hex | 63 | 20 | 34 | 0 | 44 | 2F | 3D | 156 | 33 | 1A |
| Octal | 143 | 40 | 64 | 0 | 104 | 57 | 75 | 526 | 63 | 32 |
| Binary | 1100011 | 100000 | 110100 | 0 | 1000100 | 101111 | 111101 | 101010110 | 110011 | 11010 |
Color Harmonies of #632034
Complementary color
Monochromatic Colors of #632034
Black with #632034
Text Example
Text Example
White with #632034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632034; }
p { color: rgb(99,32,52); }
H1.HeaderClassName
{
color: #632034;
}
.AnyTagClassName
{
color: #632034;
}
</style>
background-color css
<style>
a { background-color: #632034; }
a { background-color: rgb(99,32,52); }
div.DivClassName
{
background-color: #632034;
}
.BgClassName
{
background-color: #632034;
}
</style>
border-color css
<style>
span { border-color: #632034; }
span { border-color: rgb(99,32,52); }
td.TdClassName
{
border-color: #632034;
}
.TagClassName
{
border-color: #632034;
}
</style>