#483443

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

Shades of Voodoo #483443

Tints of Voodoo #483443

Color information

#483443 (or 0x483443) is unknown color: approx Voodoo. HEX triplet: 48, 34 and 43. RGB value is (72,52,67). Sum of RGB (Red+Green+Blue) = 72+52+67=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #483443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483443 is #B7CBBC. Grayscale: #3B3B3B. Windows color (decimal): -12045245 or 4404296. OLE color: 4404296.

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

Color convert

RGB725267-
CMYK00.280.070.72
HSL315º16.13%24.31%-
HSV(B)315º27.78%28.24%-
XYZ4.914.245.87-
YUV59.69132.13136.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 67 (26.56% from 255) = 35.08%
R=37.70%
G=27.23%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72526700.280.070.7231516.1324.31
Hex48344301C74813b1018
Octal1106410303471104732030
Binary1001000110100100001101110011110010001001110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483443; }

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

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

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

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

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

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

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

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