Shades of Havana #412A2D
Tints of Havana #412A2D
RGB
CMYK
RGB Variations
Color information
#412A2D (or 0x412A2D) is known color: Havana. HEX triplet: 41, 2A and 2D. RGB value is (65,42,45). Sum of RGB (Red+Green+Blue) = 65+42+45=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #412A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A2D is #BED5D2. Grayscale: #313131. Windows color (decimal): -12506579 or 2959937. OLE color: 2959937.
HSL color Cylindrical-coordinate representation of color #412A2D: hue angle of 352.17º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #412A2D is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 42 | 45 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.75 |
| HSL | 352.17º | 0.21% | 0.21% | - |
| HSV(B) | 352.17º | 0.35% | 0.25% | - |
| XYZ | 3.48 | 2.97 | 2.87 | - |
| YUV | 49.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 45 | 0 | 0.35 | 0.31 | 0.75 | 352.17 | 0.21 | 0.21 |
| Hex | 41 | 2A | 2D | 0 | 23 | 1F | 4B | 160 | 15 | 15 |
| Octal | 101 | 52 | 55 | 0 | 43 | 37 | 113 | 540 | 25 | 25 |
| Binary | 1000001 | 101010 | 101101 | 0 | 100011 | 11111 | 1001011 | 101100000 | 10101 | 10101 |
Color Harmonies of #412A2D
Complementary color
Monochromatic Colors of #412A2D
Black with #412A2D
Text Example
Text Example
White with #412A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A2D; }
p { color: rgb(65,42,45); }
H1.HeaderClassName
{
color: #412A2D;
}
.AnyTagClassName
{
color: #412A2D;
}
</style>
background-color css
<style>
a { background-color: #412A2D; }
a { background-color: rgb(65,42,45); }
div.DivClassName
{
background-color: #412A2D;
}
.BgClassName
{
background-color: #412A2D;
}
</style>
border-color css
<style>
span { border-color: #412A2D; }
span { border-color: rgb(65,42,45); }
td.TdClassName
{
border-color: #412A2D;
}
.TagClassName
{
border-color: #412A2D;
}
</style>