#4B193F

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

Shades of Voodoo #4B193F

Tints of Voodoo #4B193F

Color information

#4B193F (or 0x4B193F) is unknown color: approx Voodoo. HEX triplet: 4B, 19 and 3F. RGB value is (75,25,63). Sum of RGB (Red+Green+Blue) = 75+25+63=163 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.01% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 75 - color contains mainly: red. Hex color #4B193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B193F is #B4E6C0. Grayscale: #2C2C2C. Windows color (decimal): -11855553 or 4135243. OLE color: 4135243.

HSL color Cylindrical-coordinate representation of color #4B193F: hue angle of 314.4º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B193F is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB752563-
CMYK00.670.160.71
HSL314.4º50%19.61%-
HSV(B)314.4º66.67%29.41%-
XYZ4.152.554.98-
YUV44.28138.56149.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.01%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 63 (25% from 255) = 38.65%
R=46.01%
G=15.34%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75256300.670.160.71314.45019.61
Hex4B193F043104713a3214
Octal11331770103201074726224
Binary1001011110011111110100001110000100011110011101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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