Shades of Voodoo #41273B
Tints of Voodoo #41273B
RGB
CMYK
RGB Variations
Color information
#41273B (or 0x41273B) is known color: Voodoo. HEX triplet: 41, 27 and 3B. RGB value is (65,39,59). Sum of RGB (Red+Green+Blue) = 65+39+59=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #41273B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41273B is #BED8C4. Grayscale: #313131. Windows color (decimal): -12507333 or 3876673. OLE color: 3876673.
HSL color Cylindrical-coordinate representation of color #41273B: hue angle of 313.85º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41273B is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 39 | 59 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.75 |
| HSL | 313.85º | 0.25% | 0.2% | - |
| HSV(B) | 313.85º | 0.4% | 0.25% | - |
| XYZ | 3.69 | 2.89 | 4.5 | - |
| YUV | 49.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 59 | 0 | 0.40 | 0.09 | 0.75 | 313.85 | 0.25 | 0.2 |
| Hex | 41 | 27 | 3B | 0 | 28 | 9 | 4B | 13A | 19 | 14 |
| Octal | 101 | 47 | 73 | 0 | 50 | 11 | 113 | 472 | 31 | 24 |
| Binary | 1000001 | 100111 | 111011 | 0 | 101000 | 1001 | 1001011 | 100111010 | 11001 | 10100 |
Color Harmonies of #41273B
Complementary color
Monochromatic Colors of #41273B
Black with #41273B
Text Example
Text Example
White with #41273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41273B; }
p { color: rgb(65,39,59); }
H1.HeaderClassName
{
color: #41273B;
}
.AnyTagClassName
{
color: #41273B;
}
</style>
background-color css
<style>
a { background-color: #41273B; }
a { background-color: rgb(65,39,59); }
div.DivClassName
{
background-color: #41273B;
}
.BgClassName
{
background-color: #41273B;
}
</style>
border-color css
<style>
span { border-color: #41273B; }
span { border-color: rgb(65,39,59); }
td.TdClassName
{
border-color: #41273B;
}
.TagClassName
{
border-color: #41273B;
}
</style>