#483143

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

Shades of Voodoo #483143

Tints of Voodoo #483143

Color information

#483143 (or 0x483143) is unknown color: approx Voodoo. HEX triplet: 48, 31 and 43. RGB value is (72,49,67). Sum of RGB (Red+Green+Blue) = 72+49+67=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #483143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483143 is #B7CEBC. Grayscale: #393939. Windows color (decimal): -12046013 or 4403528. OLE color: 4403528.

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

Color convert

RGB724967-
CMYK00.320.070.72
HSL313.04º19.01%23.73%-
HSV(B)313.04º31.94%28.24%-
XYZ4.783.985.83-
YUV57.93133.12138.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 67 (26.56% from 255) = 35.64%
R=38.30%
G=26.06%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72496700.320.070.72313.0419.0123.73
Hex4831430207481391318
Octal1106110304071104712330
Binary10010001100011000011010000011110010001001110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483143; }

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

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

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

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

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

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

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

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