#4B2A41

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

Shades of Voodoo #4B2A41

Tints of Voodoo #4B2A41

Color information

#4B2A41 (or 0x4B2A41) is unknown color: approx Voodoo. HEX triplet: 4B, 2A and 41. RGB value is (75,42,65). Sum of RGB (Red+Green+Blue) = 75+42+65=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2A41 is #B4D5BE. Grayscale: #363636. Windows color (decimal): -11851199 or 4270667. OLE color: 4270667.

HSL color Cylindrical-coordinate representation of color #4B2A41: hue angle of 318.18º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B2A41 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB754265-
CMYK00.440.130.71
HSL318.18º28.21%22.94%-
HSV(B)318.18º44%29.41%-
XYZ4.683.535.44-
YUV54.49133.93142.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.21%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 65 (25.78% from 255) = 35.71%
R=41.21%
G=23.08%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75426500.440.130.71318.1828.2122.94
Hex4B2A4102CD4713e1c17
Octal11352101054151074763427
Binary100101110101010000010101100110110001111001111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B2A41; }

 p { color: rgb(75,42,65); }

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

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

 a { background-color: rgb(75,42,65); }

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

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

 span { border-color: rgb(75,42,65); }

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