Html Css Color HEX #472440 Voodoo

📋 copy color: '#472440'

red 71 ◦ green 36 ◦ blue 64

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

Shades of Voodoo #472440

Tints of Voodoo #472440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.05%

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

R = 41.52%
G = 21.05%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#472440 (or 0x472440) is known color: Voodoo. HEX triplet: 47, 24 and 40. RGB value is (71,36,64). Sum of RGB (Red+Green+Blue) = 71+36+64=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #472440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472440 is #B8DBBF. Grayscale: #313131. Windows color (decimal): -12114880 or 4203591. OLE color: 4203591.

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

Color convert

RGB 71 36 64 -
CMYK 0 0.49 0.10 0.72
HSL 312º 0.33% 0.21% -
HSV(B) 312º 0.49% 0.28% -
XYZ 4.15 2.97 5.21 -
YUV 49.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 71 36 64 0 0.49 0.10 0.72 312 0.33 0.21
Hex 47 24 40 0 31 A 48 138 21 15
Octal 107 44 100 0 61 12 110 470 41 25
Binary 1000111 100100 1000000 0 110001 1010 1001000 100111000 100001 10101

Color Harmonies of #472440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472440

Black with #472440

Text Example


Text Example

White with #472440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472440; }

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

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

background-color css

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

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

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

border-color css

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

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

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