#412839

Color #412839 Voodoo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Voodoo #412839

Tints of Voodoo #412839

Color information

#412839 (or 0x412839) is unknown color: approx Voodoo. HEX triplet: 41, 28 and 39. RGB value is (65,40,57). Sum of RGB (Red+Green+Blue) = 65+40+57=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #412839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412839 is #BED7C6. Grayscale: #313131. Windows color (decimal): -12507079 or 3745857. OLE color: 3745857.

HSL color Cylindrical-coordinate representation of color #412839: hue angle of 319.2º 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 #412839 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB654057-
CMYK00.380.120.75
HSL319.2º23.81%20.59%-
HSV(B)319.2º38.46%25.49%-
XYZ3.682.944.24-
YUV49.41132.28139.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 40.12%
GREEN value IS 40 (16.02% from 255) = 24.69%
BLUE value IS 57 (22.66% from 255) = 35.19%
R=40.12%
G=24.69%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65405700.380.120.75319.223.8120.59
Hex412839026C4B13f1815
Octal1015071046141134773025
Binary10000011010001110010100110110010010111001111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412839; }

 p { color: rgb(65,40,57); }

 H1.HeaderClassName
 {
   color: #412839;
 }
 .AnyTagClassName
 {
   color: #412839;
 }
</style>
background-color css

<style>
 a { background-color: #412839; }

 a { background-color: rgb(65,40,57); }

 div.DivClassName
 {
   background-color: #412839;
 }
 .BgClassName
 {
   background-color: #412839;
 }
</style>
border-color css

<style>
 span { border-color: #412839; }

 span { border-color: rgb(65,40,57); }

 td.TdClassName
 {
   border-color: #412839;
 }
 .TagClassName
 {
   border-color: #412839;
 }
</style>