#482441

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

Shades of Voodoo #482441

Tints of Voodoo #482441

Color information

#482441 (or 0x482441) is unknown color: approx Voodoo. HEX triplet: 48, 24 and 41. RGB value is (72,36,65). Sum of RGB (Red+Green+Blue) = 72+36+65=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #482441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482441 is #B7DBBE. Grayscale: #313131. Windows color (decimal): -12049343 or 4269128. OLE color: 4269128.

HSL color Cylindrical-coordinate representation of color #482441: hue angle of 311.67º 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 #482441 is Cyan = 0, Magento = 0.5, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB723665-
CMYK00.50.100.72
HSL311.67º33.33%21.18%-
HSV(B)311.67º50%28.24%-
XYZ4.263.025.36-
YUV50.07136.43143.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=41.62%
G=20.81%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72366500.50.100.72311.6733.3321.18
Hex482441032A481382115
Octal11044101062121104704125
Binary1001000100100100000101100101010100100010011100010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482441; }

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

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

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

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

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

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

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

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