Shades of Auburn #75322B
Tints of Auburn #75322B
RGB
CMYK
RGB Variations
Color information
#75322B (or 0x75322B) is known color: Auburn. HEX triplet: 75, 32 and 2B. RGB value is (117,50,43). Sum of RGB (Red+Green+Blue) = 117+50+43=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #75322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75322B is #8ACDD4. Grayscale: #454545. Windows color (decimal): -9096661 or 2830965. OLE color: 2830965.
HSL color Cylindrical-coordinate representation of color #75322B: hue angle of 5.68º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75322B is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 50 | 43 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.54 |
| HSL | 5.68º | 0.46% | 0.31% | - |
| HSV(B) | 5.68º | 0.63% | 0.46% | - |
| XYZ | 8.91 | 6.24 | 3.02 | - |
| YUV | 69.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 43 | 0 | 0.57 | 0.63 | 0.54 | 5.68 | 0.46 | 0.31 |
| Hex | 75 | 32 | 2B | 0 | 39 | 3F | 36 | 6 | 2E | 1F |
| Octal | 165 | 62 | 53 | 0 | 71 | 77 | 66 | 6 | 56 | 37 |
| Binary | 1110101 | 110010 | 101011 | 0 | 111001 | 111111 | 110110 | 110 | 101110 | 11111 |
Color Harmonies of #75322B
Complementary color
Monochromatic Colors of #75322B
Black with #75322B
Text Example
Text Example
White with #75322B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75322B; }
p { color: rgb(117,50,43); }
H1.HeaderClassName
{
color: #75322B;
}
.AnyTagClassName
{
color: #75322B;
}
</style>
background-color css
<style>
a { background-color: #75322B; }
a { background-color: rgb(117,50,43); }
div.DivClassName
{
background-color: #75322B;
}
.BgClassName
{
background-color: #75322B;
}
</style>
border-color css
<style>
span { border-color: #75322B; }
span { border-color: rgb(117,50,43); }
td.TdClassName
{
border-color: #75322B;
}
.TagClassName
{
border-color: #75322B;
}
</style>