Html Css Color HEX #482141 Voodoo

📋 copy color: '#482141'

red 72 ◦ green 33 ◦ blue 65

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

Shades of Voodoo #482141

Tints of Voodoo #482141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.41%

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

R = 42.35%
G = 19.41%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#482141 (or 0x482141) is known color: Voodoo. HEX triplet: 48, 21 and 41. RGB value is (72,33,65). Sum of RGB (Red+Green+Blue) = 72+33+65=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #482141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482141 is #B7DEBE. Grayscale: #303030. Windows color (decimal): -12050111 or 4268360. OLE color: 4268360.

HSL color Cylindrical-coordinate representation of color #482141: hue angle of 310.77º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #482141 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 33 65 -
CMYK 0 0.54 0.10 0.72
HSL 310.77º 0.37% 0.21% -
HSV(B) 310.77º 0.54% 0.28% -
XYZ 4.17 2.85 5.33 -
YUV 48.31 137.42 144.9 -
System Red Green Blue C M Y K H S L
Decimal 72 33 65 0 0.54 0.10 0.72 310.77 0.37 0.21
Hex 48 21 41 0 36 A 48 137 25 15
Octal 110 41 101 0 66 12 110 467 45 25
Binary 1001000 100001 1000001 0 110110 1010 1001000 100110111 100101 10101

Color Harmonies of #482141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482141

Black with #482141

Text Example


Text Example

White with #482141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482141; }

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

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

background-color css

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

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

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

border-color css

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

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

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