#4B2840

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

Shades of Voodoo #4B2840

Tints of Voodoo #4B2840

Color information

#4B2840 (or 0x4B2840) is unknown color: approx Voodoo. HEX triplet: 4B, 28 and 40. RGB value is (75,40,64). Sum of RGB (Red+Green+Blue) = 75+40+64=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2840 is #B4D7BF. Grayscale: #353535. Windows color (decimal): -11851712 or 4204619. OLE color: 4204619.

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

Color convert

RGB754064-
CMYK00.470.150.71
HSL318.86º30.43%22.55%-
HSV(B)318.86º46.67%29.41%-
XYZ4.593.385.26-
YUV53.2134.1143.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.90%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 64 (25.39% from 255) = 35.75%
R=41.90%
G=22.35%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75406400.470.150.71318.8630.4322.55
Hex4B284002FF4713f1e17
Octal11350100057171074773627
Binary100101110100010000000101111111110001111001111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,40,64); }

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

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

 a { background-color: rgb(75,40,64); }

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

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

 span { border-color: rgb(75,40,64); }

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