#4B2041

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

Shades of Voodoo #4B2041

Tints of Voodoo #4B2041

Color information

#4B2041 (or 0x4B2041) is unknown color: approx Voodoo. HEX triplet: 4B, 20 and 41. RGB value is (75,32,65). Sum of RGB (Red+Green+Blue) = 75+32+65=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2041 is #B4DFBE. Grayscale: #303030. Windows color (decimal): -11853759 or 4268107. OLE color: 4268107.

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

Color convert

RGB753265-
CMYK00.570.130.71
HSL313.95º40.19%20.98%-
HSV(B)313.95º57.33%29.41%-
XYZ4.372.915.33-
YUV48.62137.25146.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.60%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=43.60%
G=18.60%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75326500.570.130.71313.9540.1920.98
Hex4B2041039D4713a2815
Octal11340101071151074725025
Binary1001011100000100000101110011101100011110011101010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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