Shades of Jazz #5C2C2D
Tints of Jazz #5C2C2D
RGB
CMYK
RGB Variations
Color information
#5C2C2D (or 0x5C2C2D) is known color: Jazz. HEX triplet: 5C, 2C and 2D. RGB value is (92,44,45). Sum of RGB (Red+Green+Blue) = 92+44+45=181 (23% of max value = 765). Red value is 92 (36.33% from 255 or 50.83% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2C2D is #A3D3D2. Grayscale: #3A3A3A. Windows color (decimal): -10736595 or 2960476. OLE color: 2960476.
HSL color Cylindrical-coordinate representation of color #5C2C2D: hue angle of 358.75º degrees, saturation: 0.35, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C2C2D is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 44 | 45 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.64 |
| HSL | 358.75º | 0.35% | 0.27% | - |
| HSV(B) | 358.75º | 0.52% | 0.36% | - |
| XYZ | 5.79 | 4.27 | 3 | - |
| YUV | 58.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 44 | 45 | 0 | 0.52 | 0.51 | 0.64 | 358.75 | 0.35 | 0.27 |
| Hex | 5C | 2C | 2D | 0 | 34 | 33 | 40 | 167 | 23 | 1B |
| Octal | 134 | 54 | 55 | 0 | 64 | 63 | 100 | 547 | 43 | 33 |
| Binary | 1011100 | 101100 | 101101 | 0 | 110100 | 110011 | 1000000 | 101100111 | 100011 | 11011 |
Color Harmonies of #5C2C2D
Complementary color
Monochromatic Colors of #5C2C2D
Black with #5C2C2D
Text Example
Text Example
White with #5C2C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2C2D; }
p { color: rgb(92,44,45); }
H1.HeaderClassName
{
color: #5C2C2D;
}
.AnyTagClassName
{
color: #5C2C2D;
}
</style>
background-color css
<style>
a { background-color: #5C2C2D; }
a { background-color: rgb(92,44,45); }
div.DivClassName
{
background-color: #5C2C2D;
}
.BgClassName
{
background-color: #5C2C2D;
}
</style>
border-color css
<style>
span { border-color: #5C2C2D; }
span { border-color: rgb(92,44,45); }
td.TdClassName
{
border-color: #5C2C2D;
}
.TagClassName
{
border-color: #5C2C2D;
}
</style>