Shades of Bole #72443D
Tints of Bole #72443D
RGB
CMYK
RGB Variations
Color information
#72443D (or 0x72443D) is known color: Bole. HEX triplet: 72, 44 and 3D. RGB value is (114,68,61). Sum of RGB (Red+Green+Blue) = 114+68+61=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #72443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72443D is #8DBBC2. Grayscale: #515151. Windows color (decimal): -9288643 or 4015218. OLE color: 4015218.
HSL color Cylindrical-coordinate representation of color #72443D: hue angle of 7.92º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72443D is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 68 | 61 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.55 |
| HSL | 7.92º | 0.3% | 0.34% | - |
| HSV(B) | 7.92º | 0.46% | 0.45% | - |
| XYZ | 9.85 | 8.05 | 5.45 | - |
| YUV | 80.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 61 | 0 | 0.40 | 0.46 | 0.55 | 7.92 | 0.3 | 0.34 |
| Hex | 72 | 44 | 3D | 0 | 28 | 2E | 37 | 8 | 1E | 22 |
| Octal | 162 | 104 | 75 | 0 | 50 | 56 | 67 | 10 | 36 | 42 |
| Binary | 1110010 | 1000100 | 111101 | 0 | 101000 | 101110 | 110111 | 1000 | 11110 | 100010 |
Color Harmonies of #72443D
Complementary color
Monochromatic Colors of #72443D
Black with #72443D
Text Example
Text Example
White with #72443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72443D; }
p { color: rgb(114,68,61); }
H1.HeaderClassName
{
color: #72443D;
}
.AnyTagClassName
{
color: #72443D;
}
</style>
background-color css
<style>
a { background-color: #72443D; }
a { background-color: rgb(114,68,61); }
div.DivClassName
{
background-color: #72443D;
}
.BgClassName
{
background-color: #72443D;
}
</style>
border-color css
<style>
span { border-color: #72443D; }
span { border-color: rgb(114,68,61); }
td.TdClassName
{
border-color: #72443D;
}
.TagClassName
{
border-color: #72443D;
}
</style>