Shades of Jazz #603233
Tints of Jazz #603233
RGB
CMYK
RGB Variations
Color information
#603233 (or 0x603233) is known color: Jazz. HEX triplet: 60, 32 and 33. RGB value is (96,50,51). Sum of RGB (Red+Green+Blue) = 96+50+51=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #603233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603233 is #9FCDCC. Grayscale: #3F3F3F. Windows color (decimal): -10472909 or 3355232. OLE color: 3355232.
HSL color Cylindrical-coordinate representation of color #603233: hue angle of 358.7º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #603233 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 50 | 51 | - |
| CMYK | 0 | 0.48 | 0.47 | 0.62 |
| HSL | 358.7º | 0.32% | 0.29% | - |
| HSV(B) | 358.7º | 0.48% | 0.38% | - |
| XYZ | 6.56 | 5.01 | 3.75 | - |
| YUV | 63.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 51 | 0 | 0.48 | 0.47 | 0.62 | 358.7 | 0.32 | 0.29 |
| Hex | 60 | 32 | 33 | 0 | 30 | 2F | 3E | 167 | 20 | 1D |
| Octal | 140 | 62 | 63 | 0 | 60 | 57 | 76 | 547 | 40 | 35 |
| Binary | 1100000 | 110010 | 110011 | 0 | 110000 | 101111 | 111110 | 101100111 | 100000 | 11101 |
Color Harmonies of #603233
Complementary color
Monochromatic Colors of #603233
Black with #603233
Text Example
Text Example
White with #603233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603233; }
p { color: rgb(96,50,51); }
H1.HeaderClassName
{
color: #603233;
}
.AnyTagClassName
{
color: #603233;
}
</style>
background-color css
<style>
a { background-color: #603233; }
a { background-color: rgb(96,50,51); }
div.DivClassName
{
background-color: #603233;
}
.BgClassName
{
background-color: #603233;
}
</style>
border-color css
<style>
span { border-color: #603233; }
span { border-color: rgb(96,50,51); }
td.TdClassName
{
border-color: #603233;
}
.TagClassName
{
border-color: #603233;
}
</style>