#48293D

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

Shades of Voodoo #48293D

Tints of Voodoo #48293D

Color information

#48293D (or 0x48293D) is unknown color: approx Voodoo. HEX triplet: 48, 29 and 3D. RGB value is (72,41,61). Sum of RGB (Red+Green+Blue) = 72+41+61=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 72 - color contains mainly: red. Hex color #48293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48293D is #B7D6C2. Grayscale: #343434. Windows color (decimal): -12048067 or 4008264. OLE color: 4008264.

HSL color Cylindrical-coordinate representation of color #48293D: hue angle of 321.29º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #48293D is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB724161-
CMYK00.430.150.72
HSL321.29º27.43%22.16%-
HSV(B)321.29º43.06%28.24%-
XYZ4.313.34.82-
YUV52.55132.77141.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=41.38%
G=23.56%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72416100.430.150.72321.2927.4322.16
Hex48293D02BF481411b16
Octal1105175053171105013326
Binary10010001010011111010101011111110010001010000011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48293D; }

 p { color: rgb(72,41,61); }

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

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

 a { background-color: rgb(72,41,61); }

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

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

 span { border-color: rgb(72,41,61); }

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