#482541

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

Shades of Voodoo #482541

Tints of Voodoo #482541

Color information

#482541 (or 0x482541) is unknown color: approx Voodoo. HEX triplet: 48, 25 and 41. RGB value is (72,37,65). Sum of RGB (Red+Green+Blue) = 72+37+65=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #482541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482541 is #B7DABE. Grayscale: #323232. Windows color (decimal): -12049087 or 4269384. OLE color: 4269384.

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

Color convert

RGB723765-
CMYK00.490.100.72
HSL312º32.11%21.37%-
HSV(B)312º48.61%28.24%-
XYZ4.293.085.37-
YUV50.66136.1143.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=41.38%
G=21.26%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72376500.490.100.7231232.1121.37
Hex482541031A481382015
Octal11045101061121104704025
Binary1001000100101100000101100011010100100010011100010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482541; }

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

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

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

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

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

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

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

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