#48263D

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

Shades of Voodoo #48263D

Tints of Voodoo #48263D

Color information

#48263D (or 0x48263D) is unknown color: approx Voodoo. HEX triplet: 48, 26 and 3D. RGB value is (72,38,61). Sum of RGB (Red+Green+Blue) = 72+38+61=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #48263D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48263D is #B7D9C2. Grayscale: #323232. Windows color (decimal): -12048835 or 4007496. OLE color: 4007496.

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

Color convert

RGB723861-
CMYK00.470.150.72
HSL319.41º30.91%21.57%-
HSV(B)319.41º47.22%28.24%-
XYZ4.213.14.79-
YUV50.79133.76143.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.11%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 61 (24.22% from 255) = 35.67%
R=42.11%
G=22.22%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72386100.470.150.72319.4130.9121.57
Hex48263D02FF4813f1f16
Octal1104675057171104773726
Binary10010001001101111010101111111110010001001111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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