#482343

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

Shades of Voodoo #482343

Tints of Voodoo #482343

Color information

#482343 (or 0x482343) is unknown color: approx Voodoo. HEX triplet: 48, 23 and 43. RGB value is (72,35,67). Sum of RGB (Red+Green+Blue) = 72+35+67=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #482343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482343 is #B7DCBC. Grayscale: #313131. Windows color (decimal): -12049597 or 4399944. OLE color: 4399944.

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

Color convert

RGB723567-
CMYK00.510.070.72
HSL308.11º34.58%20.98%-
HSV(B)308.11º51.39%28.24%-
XYZ4.292.995.66-
YUV49.71137.76143.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 35 (14.06% from 255) = 20.11%
BLUE value IS 67 (26.56% from 255) = 38.51%
R=41.38%
G=20.11%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72356700.510.070.72308.1134.5820.98
Hex4823430337481342315
Octal1104310306371104644325
Binary100100010001110000110110011111100100010011010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482343; }

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

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

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

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

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

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

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

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