Shades of Jazz #632C30
Tints of Jazz #632C30
RGB
CMYK
RGB Variations
Color information
#632C30 (or 0x632C30) is known color: Jazz. HEX triplet: 63, 2C and 30. RGB value is (99,44,48). Sum of RGB (Red+Green+Blue) = 99+44+48=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #632C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632C30 is #9CD3CF. Grayscale: #3C3C3C. Windows color (decimal): -10277840 or 3157091. OLE color: 3157091.
HSL color Cylindrical-coordinate representation of color #632C30: hue angle of 355.64º 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 #632C30 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 44 | 48 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.61 |
| HSL | 355.64º | 0.38% | 0.28% | - |
| HSV(B) | 355.64º | 0.56% | 0.39% | - |
| XYZ | 6.58 | 4.67 | 3.35 | - |
| YUV | 60.9 | 120.72 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 48 | 0 | 0.56 | 0.52 | 0.61 | 355.64 | 0.38 | 0.28 |
| Hex | 63 | 2C | 30 | 0 | 38 | 34 | 3D | 164 | 26 | 1C |
| Octal | 143 | 54 | 60 | 0 | 70 | 64 | 75 | 544 | 46 | 34 |
| Binary | 1100011 | 101100 | 110000 | 0 | 111000 | 110100 | 111101 | 101100100 | 100110 | 11100 |
Color Harmonies of #632C30
Complementary color
Monochromatic Colors of #632C30
Black with #632C30
Text Example
Text Example
White with #632C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C30; }
p { color: rgb(99,44,48); }
H1.HeaderClassName
{
color: #632C30;
}
.AnyTagClassName
{
color: #632C30;
}
</style>
background-color css
<style>
a { background-color: #632C30; }
a { background-color: rgb(99,44,48); }
div.DivClassName
{
background-color: #632C30;
}
.BgClassName
{
background-color: #632C30;
}
</style>
border-color css
<style>
span { border-color: #632C30; }
span { border-color: rgb(99,44,48); }
td.TdClassName
{
border-color: #632C30;
}
.TagClassName
{
border-color: #632C30;
}
</style>