Html Css Color HEX #473040 Voodoo

📋 copy color: '#473040'

red 71 ◦ green 48 ◦ blue 64

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

Shades of Voodoo #473040

Tints of Voodoo #473040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.23%

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

R = 38.8%
G = 26.23%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#473040 (or 0x473040) is known color: Voodoo. HEX triplet: 47, 30 and 40. RGB value is (71,48,64). Sum of RGB (Red+Green+Blue) = 71+48+64=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #473040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473040 is #B8CFBF. Grayscale: #383838. Windows color (decimal): -12111808 or 4206663. OLE color: 4206663.

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

Color convert

RGB 71 48 64 -
CMYK 0 0.32 0.10 0.72
HSL 318.26º 0.19% 0.23% -
HSV(B) 318.26º 0.32% 0.28% -
XYZ 4.58 3.82 5.35 -
YUV 56.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 71 48 64 0 0.32 0.10 0.72 318.26 0.19 0.23
Hex 47 30 40 0 20 A 48 13E 13 17
Octal 107 60 100 0 40 12 110 476 23 27
Binary 1000111 110000 1000000 0 100000 1010 1001000 100111110 10011 10111

Color Harmonies of #473040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473040

Black with #473040

Text Example


Text Example

White with #473040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473040; }

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

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

background-color css

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

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

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

border-color css

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

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

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