Shades of Claret #632333
Tints of Claret #632333
RGB
CMYK
RGB Variations
Color information
#632333 (or 0x632333) is known color: Claret. HEX triplet: 63, 23 and 33. RGB value is (99,35,51). Sum of RGB (Red+Green+Blue) = 99+35+51=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 51 (20.31% from 255 or 27.57% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #632333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632333 is #9CDCCC. Grayscale: #373737. Windows color (decimal): -10280141 or 3351395. OLE color: 3351395.
HSL color Cylindrical-coordinate representation of color #632333: hue angle of 345º 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 #632333 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 35 | 51 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.61 |
| HSL | 345º | 0.48% | 0.26% | - |
| HSV(B) | 345º | 0.65% | 0.39% | - |
| XYZ | 6.34 | 4.09 | 3.59 | - |
| YUV | 55.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 51 | 0 | 0.65 | 0.48 | 0.61 | 345 | 0.48 | 0.26 |
| Hex | 63 | 23 | 33 | 0 | 41 | 30 | 3D | 159 | 30 | 1A |
| Octal | 143 | 43 | 63 | 0 | 101 | 60 | 75 | 531 | 60 | 32 |
| Binary | 1100011 | 100011 | 110011 | 0 | 1000001 | 110000 | 111101 | 101011001 | 110000 | 11010 |
Color Harmonies of #632333
Complementary color
Monochromatic Colors of #632333
Black with #632333
Text Example
Text Example
White with #632333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632333; }
p { color: rgb(99,35,51); }
H1.HeaderClassName
{
color: #632333;
}
.AnyTagClassName
{
color: #632333;
}
</style>
background-color css
<style>
a { background-color: #632333; }
a { background-color: rgb(99,35,51); }
div.DivClassName
{
background-color: #632333;
}
.BgClassName
{
background-color: #632333;
}
</style>
border-color css
<style>
span { border-color: #632333; }
span { border-color: rgb(99,35,51); }
td.TdClassName
{
border-color: #632333;
}
.TagClassName
{
border-color: #632333;
}
</style>