Shades of Havana #413233
Tints of Havana #413233
RGB
CMYK
RGB Variations
Color information
#413233 (or 0x413233) is known color: Havana. HEX triplet: 41, 32 and 33. RGB value is (65,50,51). Sum of RGB (Red+Green+Blue) = 65+50+51=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #413233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413233 is #BECDCC. Grayscale: #363636. Windows color (decimal): -12504525 or 3355201. OLE color: 3355201.
HSL color Cylindrical-coordinate representation of color #413233: hue angle of 356º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #413233 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 50 | 51 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.75 |
| HSL | 356º | 0.13% | 0.23% | - |
| HSV(B) | 356º | 0.23% | 0.25% | - |
| XYZ | 3.92 | 3.64 | 3.63 | - |
| YUV | 54.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 51 | 0 | 0.23 | 0.22 | 0.75 | 356 | 0.13 | 0.23 |
| Hex | 41 | 32 | 33 | 0 | 17 | 16 | 4B | 164 | D | 17 |
| Octal | 101 | 62 | 63 | 0 | 27 | 26 | 113 | 544 | 15 | 27 |
| Binary | 1000001 | 110010 | 110011 | 0 | 10111 | 10110 | 1001011 | 101100100 | 1101 | 10111 |
Color Harmonies of #413233
Complementary color
Monochromatic Colors of #413233
Black with #413233
Text Example
Text Example
White with #413233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413233; }
p { color: rgb(65,50,51); }
H1.HeaderClassName
{
color: #413233;
}
.AnyTagClassName
{
color: #413233;
}
</style>
background-color css
<style>
a { background-color: #413233; }
a { background-color: rgb(65,50,51); }
div.DivClassName
{
background-color: #413233;
}
.BgClassName
{
background-color: #413233;
}
</style>
border-color css
<style>
span { border-color: #413233; }
span { border-color: rgb(65,50,51); }
td.TdClassName
{
border-color: #413233;
}
.TagClassName
{
border-color: #413233;
}
</style>