#48223E

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

Shades of Voodoo #48223E

Tints of Voodoo #48223E

Color information

#48223E (or 0x48223E) is unknown color: approx Voodoo. HEX triplet: 48, 22 and 3E. RGB value is (72,34,62). Sum of RGB (Red+Green+Blue) = 72+34+62=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48223E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48223E is #B7DDC1. Grayscale: #303030. Windows color (decimal): -12049858 or 4072008. OLE color: 4072008.

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

Color convert

RGB723462-
CMYK00.530.140.72
HSL315.79º35.85%20.78%-
HSV(B)315.79º52.78%28.24%-
XYZ4.112.874.89-
YUV48.55135.59144.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 62 (24.61% from 255) = 36.90%
R=42.86%
G=20.24%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72346200.530.140.72315.7935.8520.78
Hex48223E035E4813c2415
Octal1104276065161104744425
Binary100100010001011111001101011110100100010011110010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48223E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48223E; }

 p { color: rgb(72,34,62); }

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

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

 a { background-color: rgb(72,34,62); }

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

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

 span { border-color: rgb(72,34,62); }

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