#483543

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

Shades of Voodoo #483543

Tints of Voodoo #483543

Color information

#483543 (or 0x483543) is unknown color: approx Voodoo. HEX triplet: 48, 35 and 43. RGB value is (72,53,67). Sum of RGB (Red+Green+Blue) = 72+53+67=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #483543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483543 is #B7CABC. Grayscale: #3C3C3C. Windows color (decimal): -12044989 or 4404552. OLE color: 4404552.

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

Color convert

RGB725367-
CMYK00.260.070.72
HSL315.79º15.2%24.51%-
HSV(B)315.79º26.39%28.24%-
XYZ4.964.335.88-
YUV60.28131.79136.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.5%
GREEN value IS 53 (21.09% from 255) = 27.60%
BLUE value IS 67 (26.56% from 255) = 34.90%
R=37.5%
G=27.60%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72536700.260.070.72315.7915.224.51
Hex48354301A74813cf19
Octal1106510303271104741731
Binary100100011010110000110110101111001000100111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483543; }

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

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

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

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

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

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

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

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