#483641

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

Shades of Voodoo #483641

Tints of Voodoo #483641

Color information

#483641 (or 0x483641) is unknown color: approx Voodoo. HEX triplet: 48, 36 and 41. RGB value is (72,54,65). Sum of RGB (Red+Green+Blue) = 72+54+65=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 54 (21.48% from 255 or 28.27% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #483641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483641 is #B7C9BE. Grayscale: #3C3C3C. Windows color (decimal): -12044735 or 4273736. OLE color: 4273736.

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

Color convert

RGB725465-
CMYK00.250.100.72
HSL323.33º14.29%24.71%-
HSV(B)323.33º25%28.24%-
XYZ4.954.45.59-
YUV60.64130.46136.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 54 (21.48% from 255) = 28.27%
BLUE value IS 65 (25.78% from 255) = 34.03%
R=37.70%
G=28.27%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72546500.250.100.72323.3314.2924.71
Hex483641019A48143e19
Octal11066101031121105031631
Binary1001000110110100000101100110101001000101000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483641; }

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

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

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

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

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

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

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

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