Shades of Havana #422A2B
Tints of Havana #422A2B
RGB
CMYK
RGB Variations
Color information
#422A2B (or 0x422A2B) is known color: Havana. HEX triplet: 42, 2A and 2B. RGB value is (66,42,43). Sum of RGB (Red+Green+Blue) = 66+42+43=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #422A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A2B is #BDD5D4. Grayscale: #313131. Windows color (decimal): -12441045 or 2828866. OLE color: 2828866.
HSL color Cylindrical-coordinate representation of color #422A2B: hue angle of 357.5º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #422A2B is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 42 | 43 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.74 |
| HSL | 357.5º | 0.22% | 0.21% | - |
| HSV(B) | 357.5º | 0.36% | 0.26% | - |
| XYZ | 3.51 | 2.99 | 2.68 | - |
| YUV | 49.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 43 | 0 | 0.36 | 0.35 | 0.74 | 357.5 | 0.22 | 0.21 |
| Hex | 42 | 2A | 2B | 0 | 24 | 23 | 4A | 166 | 16 | 15 |
| Octal | 102 | 52 | 53 | 0 | 44 | 43 | 112 | 546 | 26 | 25 |
| Binary | 1000010 | 101010 | 101011 | 0 | 100100 | 100011 | 1001010 | 101100110 | 10110 | 10101 |
Color Harmonies of #422A2B
Complementary color
Monochromatic Colors of #422A2B
Black with #422A2B
Text Example
Text Example
White with #422A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422A2B; }
p { color: rgb(66,42,43); }
H1.HeaderClassName
{
color: #422A2B;
}
.AnyTagClassName
{
color: #422A2B;
}
</style>
background-color css
<style>
a { background-color: #422A2B; }
a { background-color: rgb(66,42,43); }
div.DivClassName
{
background-color: #422A2B;
}
.BgClassName
{
background-color: #422A2B;
}
</style>
border-color css
<style>
span { border-color: #422A2B; }
span { border-color: rgb(66,42,43); }
td.TdClassName
{
border-color: #422A2B;
}
.TagClassName
{
border-color: #422A2B;
}
</style>