#481C43

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

Shades of Voodoo #481C43

Tints of Voodoo #481C43

Color information

#481C43 (or 0x481C43) is unknown color: approx Voodoo. HEX triplet: 48, 1C and 43. RGB value is (72,28,67). Sum of RGB (Red+Green+Blue) = 72+28+67=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #481C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C43 is #B7E3BC. Grayscale: #2D2D2D. Windows color (decimal): -12051389 or 4398152. OLE color: 4398152.

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

Color convert

RGB722867-
CMYK00.610.070.72
HSL306.82º44%19.61%-
HSV(B)306.82º61.11%28.24%-
XYZ4.12.615.6-
YUV45.6140.08146.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 28 (11.33% from 255) = 16.77%
BLUE value IS 67 (26.56% from 255) = 40.12%
R=43.11%
G=16.77%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72286700.610.070.72306.824419.61
Hex481C4303D7481332c14
Octal1103410307571104635424
Binary10010001110010000110111101111100100010011001110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,28,67); }

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

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

 a { background-color: rgb(72,28,67); }

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

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

 span { border-color: rgb(72,28,67); }

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