Html Css Color HEX #472144 Voodoo

📋 copy color: '#472144'

red 71 ◦ green 33 ◦ blue 68

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

Shades of Voodoo #472144

Tints of Voodoo #472144

RGB

 RED value IS 71 (28.13% from 255) = 41.28%

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

 BLUE value IS 68 (26.95% from 255) = 39.53%

R = 41.28%
G = 19.19%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#472144 (or 0x472144) is known color: Voodoo. HEX triplet: 47, 21 and 44. RGB value is (71,33,68). Sum of RGB (Red+Green+Blue) = 71+33+68=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #472144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472144 is #B8DEBB. Grayscale: #303030. Windows color (decimal): -12115644 or 4464967. OLE color: 4464967.

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

Color convert

RGB 71 33 68 -
CMYK 0 0.54 0.04 0.72
HSL 304.74º 0.37% 0.2% -
HSV(B) 304.74º 0.54% 0.28% -
XYZ 4.19 2.84 5.8 -
YUV 48.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 71 33 68 0 0.54 0.04 0.72 304.74 0.37 0.2
Hex 47 21 44 0 36 4 48 131 25 14
Octal 107 41 104 0 66 4 110 461 45 24
Binary 1000111 100001 1000100 0 110110 100 1001000 100110001 100101 10100

Color Harmonies of #472144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472144

Black with #472144

Text Example


Text Example

White with #472144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472144; }

 p { color: rgb(71,33,68); }

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

background-color css

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

 a { background-color: rgb(71,33,68); }

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

border-color css

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

 span { border-color: rgb(71,33,68); }

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