Html Css Color HEX #472840 Voodoo

📋 copy color: '#472840'

red 71 ◦ green 40 ◦ blue 64

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

Shades of Voodoo #472840

Tints of Voodoo #472840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.86%

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

R = 40.57%
G = 22.86%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#472840 (or 0x472840) is known color: Voodoo. HEX triplet: 47, 28 and 40. RGB value is (71,40,64). Sum of RGB (Red+Green+Blue) = 71+40+64=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 71 - color contains mainly: red. Hex color #472840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472840 is #B8D7BF. Grayscale: #333333. Windows color (decimal): -12113856 or 4204615. OLE color: 4204615.

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

Color convert

RGB 71 40 64 -
CMYK 0 0.44 0.10 0.72
HSL 313.55º 0.28% 0.22% -
HSV(B) 313.55º 0.44% 0.28% -
XYZ 4.28 3.23 5.25 -
YUV 52.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 71 40 64 0 0.44 0.10 0.72 313.55 0.28 0.22
Hex 47 28 40 0 2C A 48 13A 1C 16
Octal 107 50 100 0 54 12 110 472 34 26
Binary 1000111 101000 1000000 0 101100 1010 1001000 100111010 11100 10110

Color Harmonies of #472840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472840

Black with #472840

Text Example


Text Example

White with #472840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472840; }

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

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

background-color css

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

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

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

border-color css

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

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

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