Html Css Color HEX #473041 Voodoo

📋 copy color: '#473041'

red 71 ◦ green 48 ◦ blue 65

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

Shades of Voodoo #473041

Tints of Voodoo #473041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.33%

R = 38.59%
G = 26.09%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#473041 (or 0x473041) is known color: Voodoo. HEX triplet: 47, 30 and 41. RGB value is (71,48,65). Sum of RGB (Red+Green+Blue) = 71+48+65=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #473041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473041 is #B8CFBE. Grayscale: #383838. Windows color (decimal): -12111807 or 4272199. OLE color: 4272199.

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

Color convert

RGB 71 48 65 -
CMYK 0 0.32 0.08 0.72
HSL 315.65º 0.19% 0.23% -
HSV(B) 315.65º 0.32% 0.28% -
XYZ 4.61 3.84 5.5 -
YUV 56.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 71 48 65 0 0.32 0.08 0.72 315.65 0.19 0.23
Hex 47 30 41 0 20 8 48 13C 13 17
Octal 107 60 101 0 40 10 110 474 23 27
Binary 1000111 110000 1000001 0 100000 1000 1001000 100111100 10011 10111

Color Harmonies of #473041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473041

Black with #473041

Text Example


Text Example

White with #473041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473041; }

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

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

background-color css

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

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

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

border-color css

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

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

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