#483241

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

Shades of Voodoo #483241

Tints of Voodoo #483241

Color information

#483241 (or 0x483241) is unknown color: approx Voodoo. HEX triplet: 48, 32 and 41. RGB value is (72,50,65). Sum of RGB (Red+Green+Blue) = 72+50+65=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #483241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483241 is #B7CDBE. Grayscale: #3A3A3A. Windows color (decimal): -12045759 or 4272712. OLE color: 4272712.

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

Color convert

RGB725065-
CMYK00.310.100.72
HSL319.09º18.03%23.92%-
HSV(B)319.09º30.56%28.24%-
XYZ4.774.045.53-
YUV58.29131.79137.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.50%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 65 (25.78% from 255) = 34.76%
R=38.50%
G=26.74%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72506500.310.100.72319.0918.0323.92
Hex48324101FA4813f1218
Octal11062101037121104772230
Binary10010001100101000001011111101010010001001111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483241; }

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

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

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

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

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

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

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

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