Html Css Color HEX #472143 Voodoo

📋 copy color: '#472143'

red 71 ◦ green 33 ◦ blue 67

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

Shades of Voodoo #472143

Tints of Voodoo #472143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 39.18%

R = 41.52%
G = 19.3%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#472143 (or 0x472143) is known color: Voodoo. HEX triplet: 47, 21 and 43. RGB value is (71,33,67). Sum of RGB (Red+Green+Blue) = 71+33+67=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 67 (26.56% from 255 or 39.18% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #472143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472143 is #B8DEBC. Grayscale: #303030. Windows color (decimal): -12115645 or 4399431. OLE color: 4399431.

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

Color convert

RGB 71 33 67 -
CMYK 0 0.54 0.06 0.72
HSL 306.32º 0.37% 0.2% -
HSV(B) 306.32º 0.54% 0.28% -
XYZ 4.16 2.83 5.64 -
YUV 48.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 71 33 67 0 0.54 0.06 0.72 306.32 0.37 0.2
Hex 47 21 43 0 36 6 48 132 25 14
Octal 107 41 103 0 66 6 110 462 45 24
Binary 1000111 100001 1000011 0 110110 110 1001000 100110010 100101 10100

Color Harmonies of #472143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472143

Black with #472143

Text Example


Text Example

White with #472143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472143; }

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

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

background-color css

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

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

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

border-color css

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

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

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