#48233D

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

Shades of Voodoo #48233D

Tints of Voodoo #48233D

Color information

#48233D (or 0x48233D) is unknown color: approx Voodoo. HEX triplet: 48, 23 and 3D. RGB value is (72,35,61). Sum of RGB (Red+Green+Blue) = 72+35+61=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #48233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48233D is #B7DCC2. Grayscale: #303030. Windows color (decimal): -12049603 or 4006728. OLE color: 4006728.

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

Color convert

RGB723561-
CMYK00.510.150.72
HSL317.84º34.58%20.98%-
HSV(B)317.84º51.39%28.24%-
XYZ4.122.924.76-
YUV49.03134.76144.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 35 (14.06% from 255) = 20.83%
BLUE value IS 61 (24.22% from 255) = 36.31%
R=42.86%
G=20.83%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72356100.510.150.72317.8434.5820.98
Hex48233D033F4813e2315
Octal1104375063171104764325
Binary100100010001111110101100111111100100010011111010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48233D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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