#4B2C41

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

Shades of Voodoo #4B2C41

Tints of Voodoo #4B2C41

Color information

#4B2C41 (or 0x4B2C41) is unknown color: approx Voodoo. HEX triplet: 4B, 2C and 41. RGB value is (75,44,65). Sum of RGB (Red+Green+Blue) = 75+44+65=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2C41 is #B4D3BE. Grayscale: #373737. Windows color (decimal): -11850687 or 4271179. OLE color: 4271179.

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

Color convert

RGB754465-
CMYK00.410.130.71
HSL319.35º26.05%23.33%-
HSV(B)319.35º41.33%29.41%-
XYZ4.763.685.46-
YUV55.66133.27141.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.76%
GREEN value IS 44 (17.58% from 255) = 23.91%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=40.76%
G=23.91%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75446500.410.130.71319.3526.0523.33
Hex4B2C41029D4713f1a17
Octal11354101051151074773227
Binary100101110110010000010101001110110001111001111111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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