Shades of Voodoo #41283D
Tints of Voodoo #41283D
RGB
CMYK
RGB Variations
Color information
#41283D (or 0x41283D) is known color: Voodoo. HEX triplet: 41, 28 and 3D. RGB value is (65,40,61). Sum of RGB (Red+Green+Blue) = 65+40+61=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 61 (24.22% from 255 or 36.75% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #41283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41283D is #BED7C2. Grayscale: #313131. Windows color (decimal): -12507075 or 4008001. OLE color: 4008001.
HSL color Cylindrical-coordinate representation of color #41283D: hue angle of 309.6º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #41283D is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 40 | 61 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.75 |
| HSL | 309.6º | 0.24% | 0.21% | - |
| HSV(B) | 309.6º | 0.38% | 0.25% | - |
| XYZ | 3.78 | 2.98 | 4.79 | - |
| YUV | 49.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 61 | 0 | 0.38 | 0.06 | 0.75 | 309.6 | 0.24 | 0.21 |
| Hex | 41 | 28 | 3D | 0 | 26 | 6 | 4B | 136 | 18 | 15 |
| Octal | 101 | 50 | 75 | 0 | 46 | 6 | 113 | 466 | 30 | 25 |
| Binary | 1000001 | 101000 | 111101 | 0 | 100110 | 110 | 1001011 | 100110110 | 11000 | 10101 |
Color Harmonies of #41283D
Complementary color
Monochromatic Colors of #41283D
Black with #41283D
Text Example
Text Example
White with #41283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41283D; }
p { color: rgb(65,40,61); }
H1.HeaderClassName
{
color: #41283D;
}
.AnyTagClassName
{
color: #41283D;
}
</style>
background-color css
<style>
a { background-color: #41283D; }
a { background-color: rgb(65,40,61); }
div.DivClassName
{
background-color: #41283D;
}
.BgClassName
{
background-color: #41283D;
}
</style>
border-color css
<style>
span { border-color: #41283D; }
span { border-color: rgb(65,40,61); }
td.TdClassName
{
border-color: #41283D;
}
.TagClassName
{
border-color: #41283D;
}
</style>