Shades of Jazz #63333A
Tints of Jazz #63333A
RGB
CMYK
RGB Variations
Color information
#63333A (or 0x63333A) is known color: Jazz. HEX triplet: 63, 33 and 3A. RGB value is (99,51,58). Sum of RGB (Red+Green+Blue) = 99+51+58=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63333A is #9CCCC5. Grayscale: #424242. Windows color (decimal): -10276038 or 3814243. OLE color: 3814243.
HSL color Cylindrical-coordinate representation of color #63333A: hue angle of 351.25º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63333A is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 51 | 58 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.61 |
| HSL | 351.25º | 0.32% | 0.29% | - |
| HSV(B) | 351.25º | 0.48% | 0.39% | - |
| XYZ | 7.09 | 5.33 | 4.66 | - |
| YUV | 66.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 58 | 0 | 0.48 | 0.41 | 0.61 | 351.25 | 0.32 | 0.29 |
| Hex | 63 | 33 | 3A | 0 | 30 | 29 | 3D | 15F | 20 | 1D |
| Octal | 143 | 63 | 72 | 0 | 60 | 51 | 75 | 537 | 40 | 35 |
| Binary | 1100011 | 110011 | 111010 | 0 | 110000 | 101001 | 111101 | 101011111 | 100000 | 11101 |
Color Harmonies of #63333A
Complementary color
Monochromatic Colors of #63333A
Black with #63333A
Text Example
Text Example
White with #63333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63333A; }
p { color: rgb(99,51,58); }
H1.HeaderClassName
{
color: #63333A;
}
.AnyTagClassName
{
color: #63333A;
}
</style>
background-color css
<style>
a { background-color: #63333A; }
a { background-color: rgb(99,51,58); }
div.DivClassName
{
background-color: #63333A;
}
.BgClassName
{
background-color: #63333A;
}
</style>
border-color css
<style>
span { border-color: #63333A; }
span { border-color: rgb(99,51,58); }
td.TdClassName
{
border-color: #63333A;
}
.TagClassName
{
border-color: #63333A;
}
</style>