Html Css Color HEX #482040 Voodoo

📋 copy color: '#482040'

red 72 ◦ green 32 ◦ blue 64

#482040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Voodoo #482040

Tints of Voodoo #482040

RGB

 RED value IS 72 (28.52% from 255) = 42.86%

 GREEN value IS 32 (12.89% from 255) = 19.05%

 BLUE value IS 64 (25.39% from 255) = 38.1%

R = 42.86%
G = 19.05%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#482040 (or 0x482040) is known color: Voodoo. HEX triplet: 48, 20 and 40. RGB value is (72,32,64). Sum of RGB (Red+Green+Blue) = 72+32+64=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #482040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482040 is #B7DFBF. Grayscale: #2F2F2F. Windows color (decimal): -12050368 or 4202568. OLE color: 4202568.

HSL color Cylindrical-coordinate representation of color #482040: hue angle of 312º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482040 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 32 64 -
CMYK 0 0.56 0.11 0.72
HSL 312º 0.38% 0.2% -
HSV(B) 312º 0.56% 0.28% -
XYZ 4.11 2.78 5.17 -
YUV 47.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 72 32 64 0 0.56 0.11 0.72 312 0.38 0.2
Hex 48 20 40 0 38 B 48 138 26 14
Octal 110 40 100 0 70 13 110 470 46 24
Binary 1001000 100000 1000000 0 111000 1011 1001000 100111000 100110 10100

Color Harmonies of #482040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482040

Black with #482040

Text Example


Text Example

White with #482040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482040; }

 p { color: rgb(72,32,64); }

 H1.HeaderClassName
 {
   color: #482040;
 }
 .AnyTagClassName
 {
   color: #482040;
 }
</style>

background-color css

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

 a { background-color: rgb(72,32,64); }

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

border-color css

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

 span { border-color: rgb(72,32,64); }

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