#4B2141

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

Shades of Voodoo #4B2141

Tints of Voodoo #4B2141

Color information

#4B2141 (or 0x4B2141) is unknown color: approx Voodoo. HEX triplet: 4B, 21 and 41. RGB value is (75,33,65). Sum of RGB (Red+Green+Blue) = 75+33+65=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2141 is #B4DEBE. Grayscale: #313131. Windows color (decimal): -11853503 or 4268363. OLE color: 4268363.

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

Color convert

RGB753365-
CMYK00.560.130.71
HSL314.29º38.89%21.18%-
HSV(B)314.29º56%29.41%-
XYZ4.42.975.34-
YUV49.21136.91146.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.35%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=43.35%
G=19.08%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75336500.560.130.71314.2938.8921.18
Hex4B2141038D4713a2715
Octal11341101070151074724725
Binary1001011100001100000101110001101100011110011101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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