#412739

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

Shades of Voodoo #412739

Tints of Voodoo #412739

Color information

#412739 (or 0x412739) is unknown color: approx Voodoo. HEX triplet: 41, 27 and 39. RGB value is (65,39,57). Sum of RGB (Red+Green+Blue) = 65+39+57=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #412739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412739 is #BED8C6. Grayscale: #303030. Windows color (decimal): -12507335 or 3745601. OLE color: 3745601.

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

Color convert

RGB653957-
CMYK00.400.120.75
HSL318.46º25%20.39%-
HSV(B)318.46º40%25.49%-
XYZ3.642.874.23-
YUV48.83132.61139.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 40.37%
GREEN value IS 39 (15.62% from 255) = 24.22%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=40.37%
G=24.22%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65395700.400.120.75318.462520.39
Hex412739028C4B13e1914
Octal1014771050141134763124
Binary10000011001111110010101000110010010111001111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412739; }

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

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

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

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

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

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

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

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