#483943

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

Shades of Voodoo #483943

Tints of Voodoo #483943

Color information

#483943 (or 0x483943) is unknown color: approx Voodoo. HEX triplet: 48, 39 and 43. RGB value is (72,57,67). Sum of RGB (Red+Green+Blue) = 72+57+67=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #483943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483943 is #B7C6BC. Grayscale: #3E3E3E. Windows color (decimal): -12043965 or 4405576. OLE color: 4405576.

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

Color convert

RGB725767-
CMYK00.210.070.72
HSL320º11.63%25.29%-
HSV(B)320º20.83%28.24%-
XYZ5.154.715.95-
YUV62.62130.47134.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 67 (26.56% from 255) = 34.18%
R=36.73%
G=29.08%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72576700.210.070.7232011.6325.29
Hex483943015748140c19
Octal1107110302571105001431
Binary100100011100110000110101011111001000101000000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483943; }

 p { color: rgb(72,57,67); }

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

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

 a { background-color: rgb(72,57,67); }

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

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

 span { border-color: rgb(72,57,67); }

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