Shades of Jazz #632E31
Tints of Jazz #632E31
RGB
CMYK
RGB Variations
Color information
#632E31 (or 0x632E31) is known color: Jazz. HEX triplet: 63, 2E and 31. RGB value is (99,46,49). Sum of RGB (Red+Green+Blue) = 99+46+49=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #632E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E31 is #9CD1CE. Grayscale: #3E3E3E. Windows color (decimal): -10277327 or 3223139. OLE color: 3223139.
HSL color Cylindrical-coordinate representation of color #632E31: hue angle of 356.6º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #632E31 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 46 | 49 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.61 |
| HSL | 356.6º | 0.37% | 0.28% | - |
| HSV(B) | 356.6º | 0.54% | 0.39% | - |
| XYZ | 6.68 | 4.83 | 3.49 | - |
| YUV | 62.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 46 | 49 | 0 | 0.54 | 0.51 | 0.61 | 356.6 | 0.37 | 0.28 |
| Hex | 63 | 2E | 31 | 0 | 36 | 33 | 3D | 165 | 25 | 1C |
| Octal | 143 | 56 | 61 | 0 | 66 | 63 | 75 | 545 | 45 | 34 |
| Binary | 1100011 | 101110 | 110001 | 0 | 110110 | 110011 | 111101 | 101100101 | 100101 | 11100 |
Color Harmonies of #632E31
Complementary color
Monochromatic Colors of #632E31
Black with #632E31
Text Example
Text Example
White with #632E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632E31; }
p { color: rgb(99,46,49); }
H1.HeaderClassName
{
color: #632E31;
}
.AnyTagClassName
{
color: #632E31;
}
</style>
background-color css
<style>
a { background-color: #632E31; }
a { background-color: rgb(99,46,49); }
div.DivClassName
{
background-color: #632E31;
}
.BgClassName
{
background-color: #632E31;
}
</style>
border-color css
<style>
span { border-color: #632E31; }
span { border-color: rgb(99,46,49); }
td.TdClassName
{
border-color: #632E31;
}
.TagClassName
{
border-color: #632E31;
}
</style>