#4B1F3F

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

Shades of Voodoo #4B1F3F

Tints of Voodoo #4B1F3F

Color information

#4B1F3F (or 0x4B1F3F) is unknown color: approx Voodoo. HEX triplet: 4B, 1F and 3F. RGB value is (75,31,63). Sum of RGB (Red+Green+Blue) = 75+31+63=169 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.38% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1F3F is #B4E0C0. Grayscale: #2F2F2F. Windows color (decimal): -11854017 or 4136779. OLE color: 4136779.

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

Color convert

RGB753163-
CMYK00.590.160.71
HSL316.36º41.51%20.78%-
HSV(B)316.36º58.67%29.41%-
XYZ4.292.835.02-
YUV47.8136.58147.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.38%
GREEN value IS 31 (12.5% from 255) = 18.34%
BLUE value IS 63 (25% from 255) = 37.28%
R=44.38%
G=18.34%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75316300.590.160.71316.3641.5120.78
Hex4B1F3F03B104713c2a15
Octal1133777073201074745225
Binary100101111111111111011101110000100011110011110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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