#4B1A41

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

Shades of Voodoo #4B1A41

Tints of Voodoo #4B1A41

Color information

#4B1A41 (or 0x4B1A41) is unknown color: approx Voodoo. HEX triplet: 4B, 1A and 41. RGB value is (75,26,65). Sum of RGB (Red+Green+Blue) = 75+26+65=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1A41 is #B4E5BE. Grayscale: #2C2C2C. Windows color (decimal): -11855295 or 4266571. OLE color: 4266571.

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

Color convert

RGB752665-
CMYK00.650.130.71
HSL312.24º48.51%19.8%-
HSV(B)312.24º65.33%29.41%-
XYZ4.232.625.28-
YUV45.1139.23149.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 45.18%
GREEN value IS 26 (10.55% from 255) = 15.66%
BLUE value IS 65 (25.78% from 255) = 39.16%
R=45.18%
G=15.66%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75266500.650.130.71312.2448.5119.8
Hex4B1A41041D471383114
Octal113321010101151074706124
Binary1001011110101000001010000011101100011110011100011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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