Shades of Claret #632233
Tints of Claret #632233
RGB
CMYK
RGB Variations
Color information
#632233 (or 0x632233) is known color: Claret. HEX triplet: 63, 22 and 33. RGB value is (99,34,51). Sum of RGB (Red+Green+Blue) = 99+34+51=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #632233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632233 is #9CDDCC. Grayscale: #373737. Windows color (decimal): -10280397 or 3351139. OLE color: 3351139.
HSL color Cylindrical-coordinate representation of color #632233: hue angle of 344.31º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #632233 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 34 | 51 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.61 |
| HSL | 344.31º | 0.49% | 0.26% | - |
| HSV(B) | 344.31º | 0.66% | 0.39% | - |
| XYZ | 6.32 | 4.04 | 3.58 | - |
| YUV | 55.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 34 | 51 | 0 | 0.66 | 0.48 | 0.61 | 344.31 | 0.49 | 0.26 |
| Hex | 63 | 22 | 33 | 0 | 42 | 30 | 3D | 158 | 31 | 1A |
| Octal | 143 | 42 | 63 | 0 | 102 | 60 | 75 | 530 | 61 | 32 |
| Binary | 1100011 | 100010 | 110011 | 0 | 1000010 | 110000 | 111101 | 101011000 | 110001 | 11010 |
Color Harmonies of #632233
Complementary color
Monochromatic Colors of #632233
Black with #632233
Text Example
Text Example
White with #632233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632233; }
p { color: rgb(99,34,51); }
H1.HeaderClassName
{
color: #632233;
}
.AnyTagClassName
{
color: #632233;
}
</style>
background-color css
<style>
a { background-color: #632233; }
a { background-color: rgb(99,34,51); }
div.DivClassName
{
background-color: #632233;
}
.BgClassName
{
background-color: #632233;
}
</style>
border-color css
<style>
span { border-color: #632233; }
span { border-color: rgb(99,34,51); }
td.TdClassName
{
border-color: #632233;
}
.TagClassName
{
border-color: #632233;
}
</style>