Shades of Havana #402A2D
Tints of Havana #402A2D
RGB
CMYK
RGB Variations
Color information
#402A2D (or 0x402A2D) is known color: Havana. HEX triplet: 40, 2A and 2D. RGB value is (64,42,45). Sum of RGB (Red+Green+Blue) = 64+42+45=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #402A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A2D is #BFD5D2. Grayscale: #303030. Windows color (decimal): -12572115 or 2959936. OLE color: 2959936.
HSL color Cylindrical-coordinate representation of color #402A2D: hue angle of 351.82º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #402A2D is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 42 | 45 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.75 |
| HSL | 351.82º | 0.21% | 0.21% | - |
| HSV(B) | 351.82º | 0.34% | 0.25% | - |
| XYZ | 3.42 | 2.94 | 2.87 | - |
| YUV | 48.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 42 | 45 | 0 | 0.34 | 0.30 | 0.75 | 351.82 | 0.21 | 0.21 |
| Hex | 40 | 2A | 2D | 0 | 22 | 1E | 4B | 160 | 15 | 15 |
| Octal | 100 | 52 | 55 | 0 | 42 | 36 | 113 | 540 | 25 | 25 |
| Binary | 1000000 | 101010 | 101101 | 0 | 100010 | 11110 | 1001011 | 101100000 | 10101 | 10101 |
Color Harmonies of #402A2D
Complementary color
Monochromatic Colors of #402A2D
Black with #402A2D
Text Example
Text Example
White with #402A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402A2D; }
p { color: rgb(64,42,45); }
H1.HeaderClassName
{
color: #402A2D;
}
.AnyTagClassName
{
color: #402A2D;
}
</style>
background-color css
<style>
a { background-color: #402A2D; }
a { background-color: rgb(64,42,45); }
div.DivClassName
{
background-color: #402A2D;
}
.BgClassName
{
background-color: #402A2D;
}
</style>
border-color css
<style>
span { border-color: #402A2D; }
span { border-color: rgb(64,42,45); }
td.TdClassName
{
border-color: #402A2D;
}
.TagClassName
{
border-color: #402A2D;
}
</style>