Shades of Bole #79413F
Tints of Bole #79413F
RGB
CMYK
RGB Variations
Color information
#79413F (or 0x79413F) is known color: Bole. HEX triplet: 79, 41 and 3F. RGB value is (121,65,63). Sum of RGB (Red+Green+Blue) = 121+65+63=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 121 - color contains mainly: red. Hex color #79413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79413F is #86BEC0. Grayscale: #515151. Windows color (decimal): -8830657 or 4145529. OLE color: 4145529.
HSL color Cylindrical-coordinate representation of color #79413F: hue angle of 2.07º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79413F is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 65 | 63 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.53 |
| HSL | 2.07º | 0.32% | 0.36% | - |
| HSV(B) | 2.07º | 0.48% | 0.47% | - |
| XYZ | 10.67 | 8.2 | 5.72 | - |
| YUV | 81.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 65 | 63 | 0 | 0.46 | 0.48 | 0.53 | 2.07 | 0.32 | 0.36 |
| Hex | 79 | 41 | 3F | 0 | 2E | 30 | 35 | 2 | 20 | 24 |
| Octal | 171 | 101 | 77 | 0 | 56 | 60 | 65 | 2 | 40 | 44 |
| Binary | 1111001 | 1000001 | 111111 | 0 | 101110 | 110000 | 110101 | 10 | 100000 | 100100 |
Color Harmonies of #79413F
Complementary color
Monochromatic Colors of #79413F
Black with #79413F
Text Example
Text Example
White with #79413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79413F; }
p { color: rgb(121,65,63); }
H1.HeaderClassName
{
color: #79413F;
}
.AnyTagClassName
{
color: #79413F;
}
</style>
background-color css
<style>
a { background-color: #79413F; }
a { background-color: rgb(121,65,63); }
div.DivClassName
{
background-color: #79413F;
}
.BgClassName
{
background-color: #79413F;
}
</style>
border-color css
<style>
span { border-color: #79413F; }
span { border-color: rgb(121,65,63); }
td.TdClassName
{
border-color: #79413F;
}
.TagClassName
{
border-color: #79413F;
}
</style>