Shades of Bole #71433C
Tints of Bole #71433C
RGB
CMYK
RGB Variations
Color information
#71433C (or 0x71433C) is known color: Bole. HEX triplet: 71, 43 and 3C. RGB value is (113,67,60). Sum of RGB (Red+Green+Blue) = 113+67+60=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71433C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71433C is #8EBCC3. Grayscale: #505050. Windows color (decimal): -9354436 or 3949425. OLE color: 3949425.
HSL color Cylindrical-coordinate representation of color #71433C: hue angle of 7.92º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71433C is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 67 | 60 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.56 |
| HSL | 7.92º | 0.31% | 0.34% | - |
| HSV(B) | 7.92º | 0.47% | 0.44% | - |
| XYZ | 9.63 | 7.85 | 5.28 | - |
| YUV | 79.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 67 | 60 | 0 | 0.41 | 0.47 | 0.56 | 7.92 | 0.31 | 0.34 |
| Hex | 71 | 43 | 3C | 0 | 29 | 2F | 38 | 8 | 1F | 22 |
| Octal | 161 | 103 | 74 | 0 | 51 | 57 | 70 | 10 | 37 | 42 |
| Binary | 1110001 | 1000011 | 111100 | 0 | 101001 | 101111 | 111000 | 1000 | 11111 | 100010 |
Color Harmonies of #71433C
Complementary color
Monochromatic Colors of #71433C
Black with #71433C
Text Example
Text Example
White with #71433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71433C; }
p { color: rgb(113,67,60); }
H1.HeaderClassName
{
color: #71433C;
}
.AnyTagClassName
{
color: #71433C;
}
</style>
background-color css
<style>
a { background-color: #71433C; }
a { background-color: rgb(113,67,60); }
div.DivClassName
{
background-color: #71433C;
}
.BgClassName
{
background-color: #71433C;
}
</style>
border-color css
<style>
span { border-color: #71433C; }
span { border-color: rgb(113,67,60); }
td.TdClassName
{
border-color: #71433C;
}
.TagClassName
{
border-color: #71433C;
}
</style>