Shades of Jazz #632D34
Tints of Jazz #632D34
RGB
CMYK
RGB Variations
Color information
#632D34 (or 0x632D34) is known color: Jazz. HEX triplet: 63, 2D and 34. RGB value is (99,45,52). Sum of RGB (Red+Green+Blue) = 99+45+52=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 52 (20.70% from 255 or 26.53% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #632D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632D34 is #9CD2CB. Grayscale: #3D3D3D. Windows color (decimal): -10277580 or 3419491. OLE color: 3419491.
HSL color Cylindrical-coordinate representation of color #632D34: hue angle of 352.22º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #632D34 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 45 | 52 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.61 |
| HSL | 352.22º | 0.38% | 0.28% | - |
| HSV(B) | 352.22º | 0.55% | 0.39% | - |
| XYZ | 6.7 | 4.78 | 3.82 | - |
| YUV | 61.94 | 122.39 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 52 | 0 | 0.55 | 0.47 | 0.61 | 352.22 | 0.38 | 0.28 |
| Hex | 63 | 2D | 34 | 0 | 37 | 2F | 3D | 160 | 26 | 1C |
| Octal | 143 | 55 | 64 | 0 | 67 | 57 | 75 | 540 | 46 | 34 |
| Binary | 1100011 | 101101 | 110100 | 0 | 110111 | 101111 | 111101 | 101100000 | 100110 | 11100 |
Color Harmonies of #632D34
Complementary color
Monochromatic Colors of #632D34
Black with #632D34
Text Example
Text Example
White with #632D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632D34; }
p { color: rgb(99,45,52); }
H1.HeaderClassName
{
color: #632D34;
}
.AnyTagClassName
{
color: #632D34;
}
</style>
background-color css
<style>
a { background-color: #632D34; }
a { background-color: rgb(99,45,52); }
div.DivClassName
{
background-color: #632D34;
}
.BgClassName
{
background-color: #632D34;
}
</style>
border-color css
<style>
span { border-color: #632D34; }
span { border-color: rgb(99,45,52); }
td.TdClassName
{
border-color: #632D34;
}
.TagClassName
{
border-color: #632D34;
}
</style>