Html Css Color HEX #482041 Voodoo

📋 copy color: '#482041'

red 72 ◦ green 32 ◦ blue 65

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

Shades of Voodoo #482041

Tints of Voodoo #482041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.46%

R = 42.6%
G = 18.93%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#482041 (or 0x482041) is known color: Voodoo. HEX triplet: 48, 20 and 41. RGB value is (72,32,65). Sum of RGB (Red+Green+Blue) = 72+32+65=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #482041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482041 is #B7DFBE. Grayscale: #2F2F2F. Windows color (decimal): -12050367 or 4268104. OLE color: 4268104.

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

Color convert

RGB 72 32 65 -
CMYK 0 0.56 0.10 0.72
HSL 310.5º 0.38% 0.2% -
HSV(B) 310.5º 0.56% 0.28% -
XYZ 4.14 2.79 5.32 -
YUV 47.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 72 32 65 0 0.56 0.10 0.72 310.5 0.38 0.2
Hex 48 20 41 0 38 A 48 136 26 14
Octal 110 40 101 0 70 12 110 466 46 24
Binary 1001000 100000 1000001 0 111000 1010 1001000 100110110 100110 10100

Color Harmonies of #482041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482041

Black with #482041

Text Example


Text Example

White with #482041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482041; }

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

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

background-color css

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

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

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

border-color css

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

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

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