Shades of Havana #402628
Tints of Havana #402628
RGB
CMYK
RGB Variations
Color information
#402628 (or 0x402628) is known color: Havana. HEX triplet: 40, 26 and 28. RGB value is (64,38,40). Sum of RGB (Red+Green+Blue) = 64+38+40=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #402628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402628 is #BFD9D7. Grayscale: #2E2E2E. Windows color (decimal): -12573144 or 2631232. OLE color: 2631232.
HSL color Cylindrical-coordinate representation of color #402628: hue angle of 355.38º 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 #402628 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 38 | 40 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.75 |
| HSL | 355.38º | 0.25% | 0.2% | - |
| HSV(B) | 355.38º | 0.41% | 0.25% | - |
| XYZ | 3.19 | 2.63 | 2.35 | - |
| YUV | 46 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 38 | 40 | 0 | 0.41 | 0.38 | 0.75 | 355.38 | 0.25 | 0.2 |
| Hex | 40 | 26 | 28 | 0 | 29 | 26 | 4B | 163 | 19 | 14 |
| Octal | 100 | 46 | 50 | 0 | 51 | 46 | 113 | 543 | 31 | 24 |
| Binary | 1000000 | 100110 | 101000 | 0 | 101001 | 100110 | 1001011 | 101100011 | 11001 | 10100 |
Color Harmonies of #402628
Complementary color
Monochromatic Colors of #402628
Black with #402628
Text Example
Text Example
White with #402628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402628; }
p { color: rgb(64,38,40); }
H1.HeaderClassName
{
color: #402628;
}
.AnyTagClassName
{
color: #402628;
}
</style>
background-color css
<style>
a { background-color: #402628; }
a { background-color: rgb(64,38,40); }
div.DivClassName
{
background-color: #402628;
}
.BgClassName
{
background-color: #402628;
}
</style>
border-color css
<style>
span { border-color: #402628; }
span { border-color: rgb(64,38,40); }
td.TdClassName
{
border-color: #402628;
}
.TagClassName
{
border-color: #402628;
}
</style>