Shades of Mocha #71332A
Tints of Mocha #71332A
RGB
CMYK
RGB Variations
Color information
#71332A (or 0x71332A) is known color: Mocha. HEX triplet: 71, 33 and 2A. RGB value is (113,51,42). Sum of RGB (Red+Green+Blue) = 113+51+42=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71332A is #8ECCD5. Grayscale: #444444. Windows color (decimal): -9358550 or 2765681. OLE color: 2765681.
HSL color Cylindrical-coordinate representation of color #71332A: hue angle of 7.61º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71332A is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 51 | 42 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.56 |
| HSL | 7.61º | 0.46% | 0.3% | - |
| HSV(B) | 7.61º | 0.63% | 0.44% | - |
| XYZ | 8.41 | 6.05 | 2.91 | - |
| YUV | 68.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 42 | 0 | 0.55 | 0.63 | 0.56 | 7.61 | 0.46 | 0.3 |
| Hex | 71 | 33 | 2A | 0 | 37 | 3F | 38 | 8 | 2E | 1E |
| Octal | 161 | 63 | 52 | 0 | 67 | 77 | 70 | 10 | 56 | 36 |
| Binary | 1110001 | 110011 | 101010 | 0 | 110111 | 111111 | 111000 | 1000 | 101110 | 11110 |
Color Harmonies of #71332A
Complementary color
Monochromatic Colors of #71332A
Black with #71332A
Text Example
Text Example
White with #71332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71332A; }
p { color: rgb(113,51,42); }
H1.HeaderClassName
{
color: #71332A;
}
.AnyTagClassName
{
color: #71332A;
}
</style>
background-color css
<style>
a { background-color: #71332A; }
a { background-color: rgb(113,51,42); }
div.DivClassName
{
background-color: #71332A;
}
.BgClassName
{
background-color: #71332A;
}
</style>
border-color css
<style>
span { border-color: #71332A; }
span { border-color: rgb(113,51,42); }
td.TdClassName
{
border-color: #71332A;
}
.TagClassName
{
border-color: #71332A;
}
</style>