Shades of Bole #73443D
Tints of Bole #73443D
RGB
CMYK
RGB Variations
Color information
#73443D (or 0x73443D) is known color: Bole. HEX triplet: 73, 44 and 3D. RGB value is (115,68,61). Sum of RGB (Red+Green+Blue) = 115+68+61=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #73443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73443D is #8CBBC2. Grayscale: #515151. Windows color (decimal): -9223107 or 4015219. OLE color: 4015219.
HSL color Cylindrical-coordinate representation of color #73443D: hue angle of 7.78º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73443D is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 68 | 61 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.55 |
| HSL | 7.78º | 0.31% | 0.35% | - |
| HSV(B) | 7.78º | 0.47% | 0.45% | - |
| XYZ | 9.98 | 8.12 | 5.46 | - |
| YUV | 81.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 61 | 0 | 0.41 | 0.47 | 0.55 | 7.78 | 0.31 | 0.35 |
| Hex | 73 | 44 | 3D | 0 | 29 | 2F | 37 | 8 | 1F | 23 |
| Octal | 163 | 104 | 75 | 0 | 51 | 57 | 67 | 10 | 37 | 43 |
| Binary | 1110011 | 1000100 | 111101 | 0 | 101001 | 101111 | 110111 | 1000 | 11111 | 100011 |
Color Harmonies of #73443D
Complementary color
Monochromatic Colors of #73443D
Black with #73443D
Text Example
Text Example
White with #73443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73443D; }
p { color: rgb(115,68,61); }
H1.HeaderClassName
{
color: #73443D;
}
.AnyTagClassName
{
color: #73443D;
}
</style>
background-color css
<style>
a { background-color: #73443D; }
a { background-color: rgb(115,68,61); }
div.DivClassName
{
background-color: #73443D;
}
.BgClassName
{
background-color: #73443D;
}
</style>
border-color css
<style>
span { border-color: #73443D; }
span { border-color: rgb(115,68,61); }
td.TdClassName
{
border-color: #73443D;
}
.TagClassName
{
border-color: #73443D;
}
</style>