Html Css Color HEX #472140 Voodoo

📋 copy color: '#472140'

red 71 ◦ green 33 ◦ blue 64

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

Shades of Voodoo #472140

Tints of Voodoo #472140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 38.1%

R = 42.26%
G = 19.64%
B = 38.1%

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

#472140 (or 0x472140) is known color: Voodoo. HEX triplet: 47, 21 and 40. RGB value is (71,33,64). Sum of RGB (Red+Green+Blue) = 71+33+64=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #472140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472140 is #B8DEBF. Grayscale: #2F2F2F. Windows color (decimal): -12115648 or 4202823. OLE color: 4202823.

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

Color convert

RGB 71 33 64 -
CMYK 0 0.54 0.10 0.72
HSL 311.05º 0.37% 0.2% -
HSV(B) 311.05º 0.54% 0.28% -
XYZ 4.07 2.8 5.18 -
YUV 47.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 71 33 64 0 0.54 0.10 0.72 311.05 0.37 0.2
Hex 47 21 40 0 36 A 48 137 25 14
Octal 107 41 100 0 66 12 110 467 45 24
Binary 1000111 100001 1000000 0 110110 1010 1001000 100110111 100101 10100

Color Harmonies of #472140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472140

Black with #472140

Text Example


Text Example

White with #472140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472140; }

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

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

background-color css

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

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

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

border-color css

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

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

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