#483541

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

Shades of Voodoo #483541

Tints of Voodoo #483541

Color information

#483541 (or 0x483541) is unknown color: approx Voodoo. HEX triplet: 48, 35 and 41. RGB value is (72,53,65). Sum of RGB (Red+Green+Blue) = 72+53+65=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 72 - color contains mainly: red. Hex color #483541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483541 is #B7CABE. Grayscale: #3C3C3C. Windows color (decimal): -12044991 or 4273480. OLE color: 4273480.

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

Color convert

RGB725365-
CMYK00.260.100.72
HSL322.11º15.2%24.51%-
HSV(B)322.11º26.39%28.24%-
XYZ4.94.315.57-
YUV60.05130.79136.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.89%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=37.89%
G=27.89%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72536500.260.100.72322.1115.224.51
Hex48354101AA48142f19
Octal11065101032121105021731
Binary1001000110101100000101101010101001000101000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483541; }

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

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

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

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

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

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

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

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