Shades of Bole #72443F
Tints of Bole #72443F
RGB
CMYK
RGB Variations
Color information
#72443F (or 0x72443F) is known color: Bole. HEX triplet: 72, 44 and 3F. RGB value is (114,68,63). Sum of RGB (Red+Green+Blue) = 114+68+63=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72443F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72443F is #8DBBC0. Grayscale: #515151. Windows color (decimal): -9288641 or 4146290. OLE color: 4146290.
HSL color Cylindrical-coordinate representation of color #72443F: hue angle of 5.88º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72443F is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 68 | 63 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.55 |
| HSL | 5.88º | 0.29% | 0.35% | - |
| HSV(B) | 5.88º | 0.45% | 0.45% | - |
| XYZ | 9.9 | 8.07 | 5.74 | - |
| YUV | 81.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 68 | 63 | 0 | 0.40 | 0.45 | 0.55 | 5.88 | 0.29 | 0.35 |
| Hex | 72 | 44 | 3F | 0 | 28 | 2D | 37 | 6 | 1D | 23 |
| Octal | 162 | 104 | 77 | 0 | 50 | 55 | 67 | 6 | 35 | 43 |
| Binary | 1110010 | 1000100 | 111111 | 0 | 101000 | 101101 | 110111 | 110 | 11101 | 100011 |
Color Harmonies of #72443F
Complementary color
Monochromatic Colors of #72443F
Black with #72443F
Text Example
Text Example
White with #72443F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72443F; }
p { color: rgb(114,68,63); }
H1.HeaderClassName
{
color: #72443F;
}
.AnyTagClassName
{
color: #72443F;
}
</style>
background-color css
<style>
a { background-color: #72443F; }
a { background-color: rgb(114,68,63); }
div.DivClassName
{
background-color: #72443F;
}
.BgClassName
{
background-color: #72443F;
}
</style>
border-color css
<style>
span { border-color: #72443F; }
span { border-color: rgb(114,68,63); }
td.TdClassName
{
border-color: #72443F;
}
.TagClassName
{
border-color: #72443F;
}
</style>