#4B223D

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

Shades of Voodoo #4B223D

Tints of Voodoo #4B223D

Color information

#4B223D (or 0x4B223D) is unknown color: approx Voodoo. HEX triplet: 4B, 22 and 3D. RGB value is (75,34,61). Sum of RGB (Red+Green+Blue) = 75+34+61=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 75 - color contains mainly: red. Hex color #4B223D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B223D is #B4DDC2. Grayscale: #313131. Windows color (decimal): -11853251 or 4006475. OLE color: 4006475.

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

Color convert

RGB753461-
CMYK00.550.190.71
HSL320.49º37.61%21.37%-
HSV(B)320.49º54.67%29.41%-
XYZ4.322.984.76-
YUV49.34134.58146.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.12%
GREEN value IS 34 (13.67% from 255) = 20%
BLUE value IS 61 (24.22% from 255) = 35.88%
R=44.12%
G=20%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75346100.550.190.71320.4937.6121.37
Hex4B223D03713471402615
Octal1134275067231075004625
Binary1001011100010111101011011110011100011110100000010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,34,61); }

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

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

 a { background-color: rgb(75,34,61); }

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

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

 span { border-color: rgb(75,34,61); }

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