#4B283F

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

Shades of Voodoo #4B283F

Tints of Voodoo #4B283F

Color information

#4B283F (or 0x4B283F) is unknown color: approx Voodoo. HEX triplet: 4B, 28 and 3F. RGB value is (75,40,63). Sum of RGB (Red+Green+Blue) = 75+40+63=178 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.13% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 75 - color contains mainly: red. Hex color #4B283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B283F is #B4D7C0. Grayscale: #353535. Windows color (decimal): -11851713 or 4139083. OLE color: 4139083.

HSL color Cylindrical-coordinate representation of color #4B283F: hue angle of 320.57º 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 #4B283F is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB754063-
CMYK00.470.160.71
HSL320.57º30.43%22.55%-
HSV(B)320.57º46.67%29.41%-
XYZ4.563.375.11-
YUV53.09133.6143.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.13%
GREEN value IS 40 (16.02% from 255) = 22.47%
BLUE value IS 63 (25% from 255) = 35.39%
R=42.13%
G=22.47%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75406300.470.160.71320.5730.4322.55
Hex4B283F02F10471411e17
Octal1135077057201075013627
Binary100101110100011111101011111000010001111010000011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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