Shades of Jazz #632C35
Tints of Jazz #632C35
RGB
CMYK
RGB Variations
Color information
#632C35 (or 0x632C35) is known color: Jazz. HEX triplet: 63, 2C and 35. RGB value is (99,44,53). Sum of RGB (Red+Green+Blue) = 99+44+53=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #632C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632C35 is #9CD3CA. Grayscale: #3D3D3D. Windows color (decimal): -10277835 or 3484771. OLE color: 3484771.
HSL color Cylindrical-coordinate representation of color #632C35: hue angle of 350.18º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #632C35 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 44 | 53 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.61 |
| HSL | 350.18º | 0.38% | 0.28% | - |
| HSV(B) | 350.18º | 0.56% | 0.39% | - |
| XYZ | 6.69 | 4.71 | 3.92 | - |
| YUV | 61.47 | 123.22 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 53 | 0 | 0.56 | 0.46 | 0.61 | 350.18 | 0.38 | 0.28 |
| Hex | 63 | 2C | 35 | 0 | 38 | 2E | 3D | 15E | 26 | 1C |
| Octal | 143 | 54 | 65 | 0 | 70 | 56 | 75 | 536 | 46 | 34 |
| Binary | 1100011 | 101100 | 110101 | 0 | 111000 | 101110 | 111101 | 101011110 | 100110 | 11100 |
Color Harmonies of #632C35
Complementary color
Monochromatic Colors of #632C35
Black with #632C35
Text Example
Text Example
White with #632C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C35; }
p { color: rgb(99,44,53); }
H1.HeaderClassName
{
color: #632C35;
}
.AnyTagClassName
{
color: #632C35;
}
</style>
background-color css
<style>
a { background-color: #632C35; }
a { background-color: rgb(99,44,53); }
div.DivClassName
{
background-color: #632C35;
}
.BgClassName
{
background-color: #632C35;
}
</style>
border-color css
<style>
span { border-color: #632C35; }
span { border-color: rgb(99,44,53); }
td.TdClassName
{
border-color: #632C35;
}
.TagClassName
{
border-color: #632C35;
}
</style>