Html Css Color HEX #482241 Voodoo

📋 copy color: '#482241'

red 72 ◦ green 34 ◦ blue 65

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

Shades of Voodoo #482241

Tints of Voodoo #482241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.88%

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

R = 42.11%
G = 19.88%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#482241 (or 0x482241) is known color: Voodoo. HEX triplet: 48, 22 and 41. RGB value is (72,34,65). Sum of RGB (Red+Green+Blue) = 72+34+65=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 72 - color contains mainly: red. Hex color #482241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482241 is #B7DDBE. Grayscale: #303030. Windows color (decimal): -12049855 or 4268616. OLE color: 4268616.

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

Color convert

RGB 72 34 65 -
CMYK 0 0.53 0.10 0.72
HSL 311.05º 0.36% 0.21% -
HSV(B) 311.05º 0.53% 0.28% -
XYZ 4.2 2.9 5.34 -
YUV 48.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 72 34 65 0 0.53 0.10 0.72 311.05 0.36 0.21
Hex 48 22 41 0 35 A 48 137 24 15
Octal 110 42 101 0 65 12 110 467 44 25
Binary 1001000 100010 1000001 0 110101 1010 1001000 100110111 100100 10101

Color Harmonies of #482241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482241

Black with #482241

Text Example


Text Example

White with #482241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482241; }

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

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

background-color css

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

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

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

border-color css

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

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

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