Shades of Bole #72423D
Tints of Bole #72423D
RGB
CMYK
RGB Variations
Color information
#72423D (or 0x72423D) is known color: Bole. HEX triplet: 72, 42 and 3D. RGB value is (114,66,61). Sum of RGB (Red+Green+Blue) = 114+66+61=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72423D is #8DBDC2. Grayscale: #4F4F4F. Windows color (decimal): -9289155 or 4014706. OLE color: 4014706.
HSL color Cylindrical-coordinate representation of color #72423D: hue angle of 5.66º 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 #72423D is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 66 | 61 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.55 |
| HSL | 5.66º | 0.3% | 0.34% | - |
| HSV(B) | 5.66º | 0.46% | 0.45% | - |
| XYZ | 9.73 | 7.81 | 5.41 | - |
| YUV | 79.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 61 | 0 | 0.42 | 0.46 | 0.55 | 5.66 | 0.3 | 0.34 |
| Hex | 72 | 42 | 3D | 0 | 2A | 2E | 37 | 6 | 1E | 22 |
| Octal | 162 | 102 | 75 | 0 | 52 | 56 | 67 | 6 | 36 | 42 |
| Binary | 1110010 | 1000010 | 111101 | 0 | 101010 | 101110 | 110111 | 110 | 11110 | 100010 |
Color Harmonies of #72423D
Complementary color
Monochromatic Colors of #72423D
Black with #72423D
Text Example
Text Example
White with #72423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72423D; }
p { color: rgb(114,66,61); }
H1.HeaderClassName
{
color: #72423D;
}
.AnyTagClassName
{
color: #72423D;
}
</style>
background-color css
<style>
a { background-color: #72423D; }
a { background-color: rgb(114,66,61); }
div.DivClassName
{
background-color: #72423D;
}
.BgClassName
{
background-color: #72423D;
}
</style>
border-color css
<style>
span { border-color: #72423D; }
span { border-color: rgb(114,66,61); }
td.TdClassName
{
border-color: #72423D;
}
.TagClassName
{
border-color: #72423D;
}
</style>