Shades of New Amber #71341D
Tints of New Amber #71341D
RGB
CMYK
RGB Variations
Color information
#71341D (or 0x71341D) is known color: New Amber. HEX triplet: 71, 34 and 1D. RGB value is (113,52,29). Sum of RGB (Red+Green+Blue) = 113+52+29=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #71341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71341D is #8ECBE2. Grayscale: #434343. Windows color (decimal): -9358307 or 1913969. OLE color: 1913969.
HSL color Cylindrical-coordinate representation of color #71341D: hue angle of 16.43º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71341D is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 52 | 29 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.56 |
| HSL | 16.43º | 0.59% | 0.28% | - |
| HSV(B) | 16.43º | 0.74% | 0.44% | - |
| XYZ | 8.26 | 6.06 | 1.9 | - |
| YUV | 67.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 52 | 29 | 0 | 0.54 | 0.74 | 0.56 | 16.43 | 0.59 | 0.28 |
| Hex | 71 | 34 | 1D | 0 | 36 | 4A | 38 | 10 | 3B | 1C |
| Octal | 161 | 64 | 35 | 0 | 66 | 112 | 70 | 20 | 73 | 34 |
| Binary | 1110001 | 110100 | 11101 | 0 | 110110 | 1001010 | 111000 | 10000 | 111011 | 11100 |
Color Harmonies of #71341D
Complementary color
Monochromatic Colors of #71341D
Black with #71341D
Text Example
Text Example
White with #71341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71341D; }
p { color: rgb(113,52,29); }
H1.HeaderClassName
{
color: #71341D;
}
.AnyTagClassName
{
color: #71341D;
}
</style>
background-color css
<style>
a { background-color: #71341D; }
a { background-color: rgb(113,52,29); }
div.DivClassName
{
background-color: #71341D;
}
.BgClassName
{
background-color: #71341D;
}
</style>
border-color css
<style>
span { border-color: #71341D; }
span { border-color: rgb(113,52,29); }
td.TdClassName
{
border-color: #71341D;
}
.TagClassName
{
border-color: #71341D;
}
</style>