#482B41

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

Shades of Voodoo #482B41

Tints of Voodoo #482B41

Color information

#482B41 (or 0x482B41) is unknown color: approx Voodoo. HEX triplet: 48, 2B and 41. RGB value is (72,43,65). Sum of RGB (Red+Green+Blue) = 72+43+65=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 43 (17.19% from 255 or 23.89% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #482B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B41 is #B7D4BE. Grayscale: #363636. Windows color (decimal): -12047551 or 4270920. OLE color: 4270920.

HSL color Cylindrical-coordinate representation of color #482B41: hue angle of 314.48º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #482B41 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB724365-
CMYK00.400.100.72
HSL314.48º25.22%22.55%-
HSV(B)314.48º40.28%28.24%-
XYZ4.493.495.44-
YUV54.18134.11140.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40%
GREEN value IS 43 (17.19% from 255) = 23.89%
BLUE value IS 65 (25.78% from 255) = 36.11%
R=40%
G=23.89%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72436500.400.100.72314.4825.2222.55
Hex482B41028A4813a1917
Octal11053101050121104723127
Binary100100010101110000010101000101010010001001110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,43,65); }

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

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

 a { background-color: rgb(72,43,65); }

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

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

 span { border-color: rgb(72,43,65); }

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