Html Css Color HEX #472540 Voodoo

📋 copy color: '#472540'

red 71 ◦ green 37 ◦ blue 64

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

Shades of Voodoo #472540

Tints of Voodoo #472540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.51%

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

R = 41.28%
G = 21.51%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#472540 (or 0x472540) is known color: Voodoo. HEX triplet: 47, 25 and 40. RGB value is (71,37,64). Sum of RGB (Red+Green+Blue) = 71+37+64=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #472540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472540 is #B8DABF. Grayscale: #323232. Windows color (decimal): -12114624 or 4203847. OLE color: 4203847.

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

Color convert

RGB 71 37 64 -
CMYK 0 0.48 0.10 0.72
HSL 312.35º 0.31% 0.21% -
HSV(B) 312.35º 0.48% 0.28% -
XYZ 4.19 3.03 5.22 -
YUV 50.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 71 37 64 0 0.48 0.10 0.72 312.35 0.31 0.21
Hex 47 25 40 0 30 A 48 138 1F 15
Octal 107 45 100 0 60 12 110 470 37 25
Binary 1000111 100101 1000000 0 110000 1010 1001000 100111000 11111 10101

Color Harmonies of #472540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472540

Black with #472540

Text Example


Text Example

White with #472540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472540; }

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

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

background-color css

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

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

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

border-color css

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

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

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