Shades of Armadillo #43473F
Tints of Armadillo #43473F
RGB
CMYK
RGB Variations
Color information
#43473F (or 0x43473F) is known color: Armadillo. HEX triplet: 43, 47 and 3F. RGB value is (67,71,63). Sum of RGB (Red+Green+Blue) = 67+71+63=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 71 - color contains mainly: green. Hex color #43473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43473F is #BCB8C0. Grayscale: #444444. Windows color (decimal): -12368065 or 4147011. OLE color: 4147011.
HSL color Cylindrical-coordinate representation of color #43473F: hue angle of 90º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #43473F is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 67 | 71 | 63 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.72 |
| HSL | 90º | 0.06% | 0.26% | - |
| HSV(B) | 90º | 0.11% | 0.28% | - |
| XYZ | 5.47 | 6.06 | 5.58 | - |
| YUV | 68.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 71 | 63 | 0.06 | 0 | 0.11 | 0.72 | 90 | 0.06 | 0.26 |
| Hex | 43 | 47 | 3F | 6 | 0 | B | 48 | 5A | 6 | 1A |
| Octal | 103 | 107 | 77 | 6 | 0 | 13 | 110 | 132 | 6 | 32 |
| Binary | 1000011 | 1000111 | 111111 | 110 | 0 | 1011 | 1001000 | 1011010 | 110 | 11010 |
Color Harmonies of #43473F
Complementary color
Monochromatic Colors of #43473F
Black with #43473F
Text Example
Text Example
White with #43473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43473F; }
p { color: rgb(67,71,63); }
H1.HeaderClassName
{
color: #43473F;
}
.AnyTagClassName
{
color: #43473F;
}
</style>
background-color css
<style>
a { background-color: #43473F; }
a { background-color: rgb(67,71,63); }
div.DivClassName
{
background-color: #43473F;
}
.BgClassName
{
background-color: #43473F;
}
</style>
border-color css
<style>
span { border-color: #43473F; }
span { border-color: rgb(67,71,63); }
td.TdClassName
{
border-color: #43473F;
}
.TagClassName
{
border-color: #43473F;
}
</style>