Shades of Kenyan Copper #71332D
Tints of Kenyan Copper #71332D
RGB
CMYK
RGB Variations
Color information
#71332D (or 0x71332D) is known color: Kenyan Copper. HEX triplet: 71, 33 and 2D. RGB value is (113,51,45). Sum of RGB (Red+Green+Blue) = 113+51+45=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71332D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71332D is #8ECCD2. Grayscale: #444444. Windows color (decimal): -9358547 or 2962289. OLE color: 2962289.
HSL color Cylindrical-coordinate representation of color #71332D: hue angle of 5.29º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71332D is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 51 | 45 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.56 |
| HSL | 5.29º | 0.43% | 0.31% | - |
| HSV(B) | 5.29º | 0.6% | 0.44% | - |
| XYZ | 8.47 | 6.07 | 3.21 | - |
| YUV | 68.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 45 | 0 | 0.55 | 0.60 | 0.56 | 5.29 | 0.43 | 0.31 |
| Hex | 71 | 33 | 2D | 0 | 37 | 3C | 38 | 5 | 2B | 1F |
| Octal | 161 | 63 | 55 | 0 | 67 | 74 | 70 | 5 | 53 | 37 |
| Binary | 1110001 | 110011 | 101101 | 0 | 110111 | 111100 | 111000 | 101 | 101011 | 11111 |
Color Harmonies of #71332D
Complementary color
Monochromatic Colors of #71332D
Black with #71332D
Text Example
Text Example
White with #71332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71332D; }
p { color: rgb(113,51,45); }
H1.HeaderClassName
{
color: #71332D;
}
.AnyTagClassName
{
color: #71332D;
}
</style>
background-color css
<style>
a { background-color: #71332D; }
a { background-color: rgb(113,51,45); }
div.DivClassName
{
background-color: #71332D;
}
.BgClassName
{
background-color: #71332D;
}
</style>
border-color css
<style>
span { border-color: #71332D; }
span { border-color: rgb(113,51,45); }
td.TdClassName
{
border-color: #71332D;
}
.TagClassName
{
border-color: #71332D;
}
</style>