#48223F

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

Shades of Voodoo #48223F

Tints of Voodoo #48223F

Color information

#48223F (or 0x48223F) is unknown color: approx Voodoo. HEX triplet: 48, 22 and 3F. RGB value is (72,34,63). Sum of RGB (Red+Green+Blue) = 72+34+63=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #48223F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48223F is #B7DDC0. Grayscale: #303030. Windows color (decimal): -12049857 or 4137544. OLE color: 4137544.

HSL color Cylindrical-coordinate representation of color #48223F: hue angle of 314.21º 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 #48223F is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB723463-
CMYK00.530.120.72
HSL314.21º35.85%20.78%-
HSV(B)314.21º52.78%28.24%-
XYZ4.142.885.04-
YUV48.67136.09144.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 34 (13.67% from 255) = 20.12%
BLUE value IS 63 (25% from 255) = 37.28%
R=42.60%
G=20.12%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72346300.530.120.72314.2135.8520.78
Hex48223F035C4813a2415
Octal1104277065141104724425
Binary100100010001011111101101011100100100010011101010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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