#482A43

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

Shades of Voodoo #482A43

Tints of Voodoo #482A43

Color information

#482A43 (or 0x482A43) is unknown color: approx Voodoo. HEX triplet: 48, 2A and 43. RGB value is (72,42,67). Sum of RGB (Red+Green+Blue) = 72+42+67=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #482A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482A43 is #B7D5BC. Grayscale: #353535. Windows color (decimal): -12047805 or 4401736. OLE color: 4401736.

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

Color convert

RGB724267-
CMYK00.420.070.72
HSL310º26.32%22.35%-
HSV(B)310º41.67%28.24%-
XYZ4.513.445.74-
YUV53.82135.44140.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.78%
GREEN value IS 42 (16.80% from 255) = 23.20%
BLUE value IS 67 (26.56% from 255) = 37.02%
R=39.78%
G=23.20%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72426700.420.070.7231026.3222.35
Hex482A4302A7481361a16
Octal1105210305271104663226
Binary10010001010101000011010101011110010001001101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482A43; }

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

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

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

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

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

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

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

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