#481F42

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

Shades of Voodoo #481F42

Tints of Voodoo #481F42

Color information

#481F42 (or 0x481F42) is unknown color: approx Voodoo. HEX triplet: 48, 1F and 42. RGB value is (72,31,66). Sum of RGB (Red+Green+Blue) = 72+31+66=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #481F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F42 is #B7E0BD. Grayscale: #2F2F2F. Windows color (decimal): -12050622 or 4333384. OLE color: 4333384.

HSL color Cylindrical-coordinate representation of color #481F42: hue angle of 308.78º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #481F42 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB723166-
CMYK00.570.080.72
HSL308.78º39.81%20.2%-
HSV(B)308.78º56.94%28.24%-
XYZ4.152.755.47-
YUV47.25138.58145.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 31 (12.5% from 255) = 18.34%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=42.60%
G=18.34%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72316600.570.080.72308.7839.8120.2
Hex481F420398481352814
Octal11037102071101104655024
Binary100100011111100001001110011000100100010011010110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481F42; }

 p { color: rgb(72,31,66); }

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

<style>
 a { background-color: #481F42; }

 a { background-color: rgb(72,31,66); }

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

<style>
 span { border-color: #481F42; }

 span { border-color: rgb(72,31,66); }

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