Shades of Jazz #673234
Tints of Jazz #673234
RGB
CMYK
RGB Variations
Color information
#673234 (or 0x673234) is known color: Jazz. HEX triplet: 67, 32 and 34. RGB value is (103,50,52). Sum of RGB (Red+Green+Blue) = 103+50+52=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #673234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673234 is #98CDCB. Grayscale: #424242. Windows color (decimal): -10014156 or 3420775. OLE color: 3420775.
HSL color Cylindrical-coordinate representation of color #673234: hue angle of 357.74º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #673234 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 50 | 52 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.60 |
| HSL | 357.74º | 0.35% | 0.3% | - |
| HSV(B) | 357.74º | 0.51% | 0.4% | - |
| XYZ | 7.35 | 5.41 | 3.91 | - |
| YUV | 66.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 52 | 0 | 0.51 | 0.50 | 0.60 | 357.74 | 0.35 | 0.3 |
| Hex | 67 | 32 | 34 | 0 | 33 | 32 | 3C | 166 | 23 | 1E |
| Octal | 147 | 62 | 64 | 0 | 63 | 62 | 74 | 546 | 43 | 36 |
| Binary | 1100111 | 110010 | 110100 | 0 | 110011 | 110010 | 111100 | 101100110 | 100011 | 11110 |
Color Harmonies of #673234
Complementary color
Monochromatic Colors of #673234
Black with #673234
Text Example
Text Example
White with #673234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673234; }
p { color: rgb(103,50,52); }
H1.HeaderClassName
{
color: #673234;
}
.AnyTagClassName
{
color: #673234;
}
</style>
background-color css
<style>
a { background-color: #673234; }
a { background-color: rgb(103,50,52); }
div.DivClassName
{
background-color: #673234;
}
.BgClassName
{
background-color: #673234;
}
</style>
border-color css
<style>
span { border-color: #673234; }
span { border-color: rgb(103,50,52); }
td.TdClassName
{
border-color: #673234;
}
.TagClassName
{
border-color: #673234;
}
</style>