Shades of Jazz #603234
Tints of Jazz #603234
RGB
CMYK
RGB Variations
Color information
#603234 (or 0x603234) is known color: Jazz. HEX triplet: 60, 32 and 34. RGB value is (96,50,52). Sum of RGB (Red+Green+Blue) = 96+50+52=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #603234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603234 is #9FCDCB. Grayscale: #404040. Windows color (decimal): -10472908 or 3420768. OLE color: 3420768.
HSL color Cylindrical-coordinate representation of color #603234: hue angle of 357.39º 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 #603234 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 50 | 52 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.62 |
| HSL | 357.39º | 0.32% | 0.29% | - |
| HSV(B) | 357.39º | 0.48% | 0.38% | - |
| XYZ | 6.58 | 5.02 | 3.87 | - |
| YUV | 63.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 52 | 0 | 0.48 | 0.46 | 0.62 | 357.39 | 0.32 | 0.29 |
| Hex | 60 | 32 | 34 | 0 | 30 | 2E | 3E | 165 | 20 | 1D |
| Octal | 140 | 62 | 64 | 0 | 60 | 56 | 76 | 545 | 40 | 35 |
| Binary | 1100000 | 110010 | 110100 | 0 | 110000 | 101110 | 111110 | 101100101 | 100000 | 11101 |
Color Harmonies of #603234
Complementary color
Monochromatic Colors of #603234
Black with #603234
Text Example
Text Example
White with #603234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603234; }
p { color: rgb(96,50,52); }
H1.HeaderClassName
{
color: #603234;
}
.AnyTagClassName
{
color: #603234;
}
</style>
background-color css
<style>
a { background-color: #603234; }
a { background-color: rgb(96,50,52); }
div.DivClassName
{
background-color: #603234;
}
.BgClassName
{
background-color: #603234;
}
</style>
border-color css
<style>
span { border-color: #603234; }
span { border-color: rgb(96,50,52); }
td.TdClassName
{
border-color: #603234;
}
.TagClassName
{
border-color: #603234;
}
</style>