Shades of Voodoo #452B40
Tints of Voodoo #452B40
RGB
CMYK
RGB Variations
Color information
#452B40 (or 0x452B40) is known color: Voodoo. HEX triplet: 45, 2B and 40. RGB value is (69,43,64). Sum of RGB (Red+Green+Blue) = 69+43+64=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 43 (17.19% from 255 or 24.43% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 69 - color contains mainly: red. Hex color #452B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452B40 is #BAD4BF. Grayscale: #353535. Windows color (decimal): -12244160 or 4205381. OLE color: 4205381.
HSL color Cylindrical-coordinate representation of color #452B40: hue angle of 311.54º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #452B40 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 43 | 64 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.73 |
| HSL | 311.54º | 0.23% | 0.22% | - |
| HSV(B) | 311.54º | 0.38% | 0.27% | - |
| XYZ | 4.24 | 3.36 | 5.28 | - |
| YUV | 53.17 | 134.11 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 43 | 64 | 0 | 0.38 | 0.07 | 0.73 | 311.54 | 0.23 | 0.22 |
| Hex | 45 | 2B | 40 | 0 | 26 | 7 | 49 | 138 | 17 | 16 |
| Octal | 105 | 53 | 100 | 0 | 46 | 7 | 111 | 470 | 27 | 26 |
| Binary | 1000101 | 101011 | 1000000 | 0 | 100110 | 111 | 1001001 | 100111000 | 10111 | 10110 |
Color Harmonies of #452B40
Complementary color
Monochromatic Colors of #452B40
Black with #452B40
Text Example
Text Example
White with #452B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452B40; }
p { color: rgb(69,43,64); }
H1.HeaderClassName
{
color: #452B40;
}
.AnyTagClassName
{
color: #452B40;
}
</style>
background-color css
<style>
a { background-color: #452B40; }
a { background-color: rgb(69,43,64); }
div.DivClassName
{
background-color: #452B40;
}
.BgClassName
{
background-color: #452B40;
}
</style>
border-color css
<style>
span { border-color: #452B40; }
span { border-color: rgb(69,43,64); }
td.TdClassName
{
border-color: #452B40;
}
.TagClassName
{
border-color: #452B40;
}
</style>