Shades of Auburn #742F2B
Tints of Auburn #742F2B
RGB
CMYK
RGB Variations
Color information
#742F2B (or 0x742F2B) is known color: Auburn. HEX triplet: 74, 2F and 2B. RGB value is (116,47,43). Sum of RGB (Red+Green+Blue) = 116+47+43=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #742F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742F2B is #8BD0D4. Grayscale: #434343. Windows color (decimal): -9162965 or 2830196. OLE color: 2830196.
HSL color Cylindrical-coordinate representation of color #742F2B: hue angle of 3.29º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #742F2B is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 47 | 43 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.55 |
| HSL | 3.29º | 0.46% | 0.31% | - |
| HSV(B) | 3.29º | 0.63% | 0.45% | - |
| XYZ | 8.66 | 5.92 | 2.97 | - |
| YUV | 67.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 43 | 0 | 0.59 | 0.63 | 0.55 | 3.29 | 0.46 | 0.31 |
| Hex | 74 | 2F | 2B | 0 | 3B | 3F | 37 | 3 | 2E | 1F |
| Octal | 164 | 57 | 53 | 0 | 73 | 77 | 67 | 3 | 56 | 37 |
| Binary | 1110100 | 101111 | 101011 | 0 | 111011 | 111111 | 110111 | 11 | 101110 | 11111 |
Color Harmonies of #742F2B
Complementary color
Monochromatic Colors of #742F2B
Black with #742F2B
Text Example
Text Example
White with #742F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742F2B; }
p { color: rgb(116,47,43); }
H1.HeaderClassName
{
color: #742F2B;
}
.AnyTagClassName
{
color: #742F2B;
}
</style>
background-color css
<style>
a { background-color: #742F2B; }
a { background-color: rgb(116,47,43); }
div.DivClassName
{
background-color: #742F2B;
}
.BgClassName
{
background-color: #742F2B;
}
</style>
border-color css
<style>
span { border-color: #742F2B; }
span { border-color: rgb(116,47,43); }
td.TdClassName
{
border-color: #742F2B;
}
.TagClassName
{
border-color: #742F2B;
}
</style>