#48253F

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

Shades of Voodoo #48253F

Tints of Voodoo #48253F

Color information

#48253F (or 0x48253F) is unknown color: approx Voodoo. HEX triplet: 48, 25 and 3F. RGB value is (72,37,63). Sum of RGB (Red+Green+Blue) = 72+37+63=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #48253F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48253F is #B7DAC0. Grayscale: #323232. Windows color (decimal): -12049089 or 4138312. OLE color: 4138312.

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

Color convert

RGB723763-
CMYK00.490.120.72
HSL315.43º32.11%21.37%-
HSV(B)315.43º48.61%28.24%-
XYZ4.233.065.07-
YUV50.43135.1143.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 63 (25% from 255) = 36.63%
R=41.86%
G=21.51%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72376300.490.120.72315.4332.1121.37
Hex48253F031C4813b2015
Octal1104577061141104734025
Binary100100010010111111101100011100100100010011101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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