#481942

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

Shades of Voodoo #481942

Tints of Voodoo #481942

Color information

#481942 (or 0x481942) is unknown color: approx Voodoo. HEX triplet: 48, 19 and 42. RGB value is (72,25,66). Sum of RGB (Red+Green+Blue) = 72+25+66=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #481942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481942 is #B7E6BD. Grayscale: #2B2B2B. Windows color (decimal): -12052158 or 4331848. OLE color: 4331848.

HSL color Cylindrical-coordinate representation of color #481942: hue angle of 307.66º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481942 is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB722566-
CMYK00.650.080.72
HSL307.66º48.45%19.02%-
HSV(B)307.66º65.28%28.24%-
XYZ42.475.42-
YUV43.73140.57148.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 66 (26.17% from 255) = 40.49%
R=44.17%
G=15.34%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72256600.650.080.72307.6648.4519.02
Hex4819420418481343013
Octal110311020101101104646023
Binary1001000110011000010010000011000100100010011010011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481942; }

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

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

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

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

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

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

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

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