Shades of Jazz #5F282F
Tints of Jazz #5F282F
RGB
CMYK
RGB Variations
Color information
#5F282F (or 0x5F282F) is known color: Jazz. HEX triplet: 5F, 28 and 2F. RGB value is (95,40,47). Sum of RGB (Red+Green+Blue) = 95+40+47=182 (24% of max value = 765). Red value is 95 (37.5% from 255 or 52.20% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 95 - color contains mainly: red. Hex color #5F282F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F282F is #A0D7D0. Grayscale: #393939. Windows color (decimal): -10541009 or 3090527. OLE color: 3090527.
HSL color Cylindrical-coordinate representation of color #5F282F: hue angle of 352.36º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F282F is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 40 | 47 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.63 |
| HSL | 352.36º | 0.41% | 0.26% | - |
| HSV(B) | 352.36º | 0.58% | 0.37% | - |
| XYZ | 5.99 | 4.16 | 3.18 | - |
| YUV | 57.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 40 | 47 | 0 | 0.58 | 0.51 | 0.63 | 352.36 | 0.41 | 0.26 |
| Hex | 5F | 28 | 2F | 0 | 3A | 33 | 3F | 160 | 29 | 1A |
| Octal | 137 | 50 | 57 | 0 | 72 | 63 | 77 | 540 | 51 | 32 |
| Binary | 1011111 | 101000 | 101111 | 0 | 111010 | 110011 | 111111 | 101100000 | 101001 | 11010 |
Color Harmonies of #5F282F
Complementary color
Monochromatic Colors of #5F282F
Black with #5F282F
Text Example
Text Example
White with #5F282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F282F; }
p { color: rgb(95,40,47); }
H1.HeaderClassName
{
color: #5F282F;
}
.AnyTagClassName
{
color: #5F282F;
}
</style>
background-color css
<style>
a { background-color: #5F282F; }
a { background-color: rgb(95,40,47); }
div.DivClassName
{
background-color: #5F282F;
}
.BgClassName
{
background-color: #5F282F;
}
</style>
border-color css
<style>
span { border-color: #5F282F; }
span { border-color: rgb(95,40,47); }
td.TdClassName
{
border-color: #5F282F;
}
.TagClassName
{
border-color: #5F282F;
}
</style>