Shades of Havana #422C2D
Tints of Havana #422C2D
RGB
CMYK
RGB Variations
Color information
#422C2D (or 0x422C2D) is known color: Havana. HEX triplet: 42, 2C and 2D. RGB value is (66,44,45). Sum of RGB (Red+Green+Blue) = 66+44+45=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #422C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C2D is #BDD3D2. Grayscale: #323232. Windows color (decimal): -12440531 or 2960450. OLE color: 2960450.
HSL color Cylindrical-coordinate representation of color #422C2D: hue angle of 357.27º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #422C2D is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 44 | 45 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.74 |
| HSL | 357.27º | 0.2% | 0.22% | - |
| HSV(B) | 357.27º | 0.33% | 0.26% | - |
| XYZ | 3.62 | 3.15 | 2.9 | - |
| YUV | 50.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 44 | 45 | 0 | 0.33 | 0.32 | 0.74 | 357.27 | 0.2 | 0.22 |
| Hex | 42 | 2C | 2D | 0 | 21 | 20 | 4A | 165 | 14 | 16 |
| Octal | 102 | 54 | 55 | 0 | 41 | 40 | 112 | 545 | 24 | 26 |
| Binary | 1000010 | 101100 | 101101 | 0 | 100001 | 100000 | 1001010 | 101100101 | 10100 | 10110 |
Color Harmonies of #422C2D
Complementary color
Monochromatic Colors of #422C2D
Black with #422C2D
Text Example
Text Example
White with #422C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422C2D; }
p { color: rgb(66,44,45); }
H1.HeaderClassName
{
color: #422C2D;
}
.AnyTagClassName
{
color: #422C2D;
}
</style>
background-color css
<style>
a { background-color: #422C2D; }
a { background-color: rgb(66,44,45); }
div.DivClassName
{
background-color: #422C2D;
}
.BgClassName
{
background-color: #422C2D;
}
</style>
border-color css
<style>
span { border-color: #422C2D; }
span { border-color: rgb(66,44,45); }
td.TdClassName
{
border-color: #422C2D;
}
.TagClassName
{
border-color: #422C2D;
}
</style>