#482842

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

Shades of Voodoo #482842

Tints of Voodoo #482842

Color information

#482842 (or 0x482842) is unknown color: approx Voodoo. HEX triplet: 48, 28 and 42. RGB value is (72,40,66). Sum of RGB (Red+Green+Blue) = 72+40+66=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #482842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482842 is #B7D7BD. Grayscale: #343434. Windows color (decimal): -12048318 or 4335688. OLE color: 4335688.

HSL color Cylindrical-coordinate representation of color #482842: hue angle of 311.25º 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 #482842 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB724066-
CMYK00.440.080.72
HSL311.25º28.57%21.96%-
HSV(B)311.25º44.44%28.24%-
XYZ4.413.295.56-
YUV52.53135.6141.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.45%
GREEN value IS 40 (16.02% from 255) = 22.47%
BLUE value IS 66 (26.17% from 255) = 37.08%
R=40.45%
G=22.47%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72406600.440.080.72311.2528.5721.96
Hex48284202C8481371d16
Octal11050102054101104673526
Binary100100010100010000100101100100010010001001101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482842; }

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

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

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

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

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

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

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

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