#482443

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

Shades of Voodoo #482443

Tints of Voodoo #482443

Color information

#482443 (or 0x482443) is unknown color: approx Voodoo. HEX triplet: 48, 24 and 43. RGB value is (72,36,67). Sum of RGB (Red+Green+Blue) = 72+36+67=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #482443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482443 is #B7DBBC. Grayscale: #323232. Windows color (decimal): -12049341 or 4400200. OLE color: 4400200.

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

Color convert

RGB723667-
CMYK00.50.070.72
HSL308.33º33.33%21.18%-
HSV(B)308.33º50%28.24%-
XYZ4.323.045.67-
YUV50.3137.43143.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.14%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 67 (26.56% from 255) = 38.29%
R=41.14%
G=20.57%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72366700.50.070.72308.3333.3321.18
Hex4824430327481342115
Octal1104410306271104644125
Binary100100010010010000110110010111100100010011010010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482443; }

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

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

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

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

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

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

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

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