Html Css Color HEX #482042 Voodoo

📋 copy color: '#482042'

red 72 ◦ green 32 ◦ blue 66

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

Shades of Voodoo #482042

Tints of Voodoo #482042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.82%

R = 42.35%
G = 18.82%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#482042 (or 0x482042) is known color: Voodoo. HEX triplet: 48, 20 and 42. RGB value is (72,32,66). Sum of RGB (Red+Green+Blue) = 72+32+66=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #482042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482042 is #B7DFBD. Grayscale: #2F2F2F. Windows color (decimal): -12050366 or 4333640. OLE color: 4333640.

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

Color convert

RGB 72 32 66 -
CMYK 0 0.56 0.08 0.72
HSL 309º 0.38% 0.2% -
HSV(B) 309º 0.56% 0.28% -
XYZ 4.17 2.8 5.48 -
YUV 47.84 138.25 145.24 -
System Red Green Blue C M Y K H S L
Decimal 72 32 66 0 0.56 0.08 0.72 309 0.38 0.2
Hex 48 20 42 0 38 8 48 135 26 14
Octal 110 40 102 0 70 10 110 465 46 24
Binary 1001000 100000 1000010 0 111000 1000 1001000 100110101 100110 10100

Color Harmonies of #482042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482042

Black with #482042

Text Example


Text Example

White with #482042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482042; }

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

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

background-color css

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

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

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

border-color css

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

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

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