#412E3E

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

Shades of Voodoo #412E3E

Tints of Voodoo #412E3E

Color information

#412E3E (or 0x412E3E) is unknown color: approx Voodoo. HEX triplet: 41, 2E and 3E. RGB value is (65,46,62). Sum of RGB (Red+Green+Blue) = 65+46+62=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 46 (18.36% from 255 or 26.59% from 173); Blue value is 62 (24.61% from 255 or 35.84% from 173); Max value from RGB is 65 - color contains mainly: red. Hex color #412E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E3E is #BED1C1. Grayscale: #353535. Windows color (decimal): -12505538 or 4075073. OLE color: 4075073.

HSL color Cylindrical-coordinate representation of color #412E3E: hue angle of 309.47º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #412E3E is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB654662-
CMYK00.290.050.75
HSL309.47º17.12%21.76%-
HSV(B)309.47º29.23%25.49%-
XYZ4.033.435.01-
YUV53.5132.79136.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 46 (18.36% from 255) = 26.59%
BLUE value IS 62 (24.61% from 255) = 35.84%
R=37.57%
G=26.59%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65466200.290.050.75309.4717.1221.76
Hex412E3E01D54B1351116
Octal101567603551134652126
Binary100000110111011111001110110110010111001101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412E3E; }

 p { color: rgb(65,46,62); }

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

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

 a { background-color: rgb(65,46,62); }

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

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

 span { border-color: rgb(65,46,62); }

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