#48253C

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

Shades of Voodoo #48253C

Tints of Voodoo #48253C

Color information

#48253C (or 0x48253C) is unknown color: approx Voodoo. HEX triplet: 48, 25 and 3C. RGB value is (72,37,60). Sum of RGB (Red+Green+Blue) = 72+37+60=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #48253C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48253C is #B7DAC3. Grayscale: #323232. Windows color (decimal): -12049092 or 3941704. OLE color: 3941704.

HSL color Cylindrical-coordinate representation of color #48253C: hue angle of 320.57º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48253C is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB723760-
CMYK00.490.170.72
HSL320.57º32.11%21.37%-
HSV(B)320.57º48.61%28.24%-
XYZ4.153.034.64-
YUV50.09133.6143.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 60 (23.83% from 255) = 35.50%
R=42.60%
G=21.89%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72376000.490.170.72320.5732.1121.37
Hex48253C03111481412015
Octal1104574061211105014025
Binary1001000100101111100011000110001100100010100000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48253C; }

 p { color: rgb(72,37,60); }

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

<style>
 a { background-color: #48253C; }

 a { background-color: rgb(72,37,60); }

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

<style>
 span { border-color: #48253C; }

 span { border-color: rgb(72,37,60); }

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