Shades of Havana #402629
Tints of Havana #402629
RGB
CMYK
RGB Variations
Color information
#402629 (or 0x402629) is known color: Havana. HEX triplet: 40, 26 and 29. RGB value is (64,38,41). Sum of RGB (Red+Green+Blue) = 64+38+41=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #402629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402629 is #BFD9D6. Grayscale: #2E2E2E. Windows color (decimal): -12573143 or 2696768. OLE color: 2696768.
HSL color Cylindrical-coordinate representation of color #402629: hue angle of 353.08º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #402629 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 38 | 41 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.75 |
| HSL | 353.08º | 0.25% | 0.2% | - |
| HSV(B) | 353.08º | 0.41% | 0.25% | - |
| XYZ | 3.21 | 2.64 | 2.44 | - |
| YUV | 46.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 38 | 41 | 0 | 0.41 | 0.36 | 0.75 | 353.08 | 0.25 | 0.2 |
| Hex | 40 | 26 | 29 | 0 | 29 | 24 | 4B | 161 | 19 | 14 |
| Octal | 100 | 46 | 51 | 0 | 51 | 44 | 113 | 541 | 31 | 24 |
| Binary | 1000000 | 100110 | 101001 | 0 | 101001 | 100100 | 1001011 | 101100001 | 11001 | 10100 |
Color Harmonies of #402629
Complementary color
Monochromatic Colors of #402629
Black with #402629
Text Example
Text Example
White with #402629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402629; }
p { color: rgb(64,38,41); }
H1.HeaderClassName
{
color: #402629;
}
.AnyTagClassName
{
color: #402629;
}
</style>
background-color css
<style>
a { background-color: #402629; }
a { background-color: rgb(64,38,41); }
div.DivClassName
{
background-color: #402629;
}
.BgClassName
{
background-color: #402629;
}
</style>
border-color css
<style>
span { border-color: #402629; }
span { border-color: rgb(64,38,41); }
td.TdClassName
{
border-color: #402629;
}
.TagClassName
{
border-color: #402629;
}
</style>