#48283F

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

Shades of Voodoo #48283F

Tints of Voodoo #48283F

Color information

#48283F (or 0x48283F) is unknown color: approx Voodoo. HEX triplet: 48, 28 and 3F. RGB value is (72,40,63). Sum of RGB (Red+Green+Blue) = 72+40+63=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #48283F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48283F is #B7D7C0. Grayscale: #343434. Windows color (decimal): -12048321 or 4139080. OLE color: 4139080.

HSL color Cylindrical-coordinate representation of color #48283F: hue angle of 316.88º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48283F is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB724063-
CMYK00.440.120.72
HSL316.88º28.57%21.96%-
HSV(B)316.88º44.44%28.24%-
XYZ4.333.255.1-
YUV52.19134.1142.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.14%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 63 (25% from 255) = 36%
R=41.14%
G=22.86%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72406300.440.120.72316.8828.5721.96
Hex48283F02CC4813d1d16
Octal1105077054141104753526
Binary10010001010001111110101100110010010001001111011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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