Shades of Dark Rum #43352B
Tints of Dark Rum #43352B
RGB
CMYK
RGB Variations
Color information
#43352B (or 0x43352B) is known color: Dark Rum. HEX triplet: 43, 35 and 2B. RGB value is (67,53,43). Sum of RGB (Red+Green+Blue) = 67+53+43=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 67 - color contains mainly: red. Hex color #43352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43352B is #BCCAD4. Grayscale: #383838. Windows color (decimal): -12372693 or 2831683. OLE color: 2831683.
HSL color Cylindrical-coordinate representation of color #43352B: hue angle of 25º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #43352B is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 53 | 43 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.74 |
| HSL | 25º | 0.22% | 0.22% | - |
| HSV(B) | 25º | 0.36% | 0.26% | - |
| XYZ | 4.02 | 3.91 | 2.83 | - |
| YUV | 56.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 43 | 0 | 0.21 | 0.36 | 0.74 | 25 | 0.22 | 0.22 |
| Hex | 43 | 35 | 2B | 0 | 15 | 24 | 4A | 19 | 16 | 16 |
| Octal | 103 | 65 | 53 | 0 | 25 | 44 | 112 | 31 | 26 | 26 |
| Binary | 1000011 | 110101 | 101011 | 0 | 10101 | 100100 | 1001010 | 11001 | 10110 | 10110 |
Color Harmonies of #43352B
Complementary color
Monochromatic Colors of #43352B
Black with #43352B
Text Example
Text Example
White with #43352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43352B; }
p { color: rgb(67,53,43); }
H1.HeaderClassName
{
color: #43352B;
}
.AnyTagClassName
{
color: #43352B;
}
</style>
background-color css
<style>
a { background-color: #43352B; }
a { background-color: rgb(67,53,43); }
div.DivClassName
{
background-color: #43352B;
}
.BgClassName
{
background-color: #43352B;
}
</style>
border-color css
<style>
span { border-color: #43352B; }
span { border-color: rgb(67,53,43); }
td.TdClassName
{
border-color: #43352B;
}
.TagClassName
{
border-color: #43352B;
}
</style>