Html Css Color HEX #473042 Voodoo

📋 copy color: '#473042'

red 71 ◦ green 48 ◦ blue 66

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

Shades of Voodoo #473042

Tints of Voodoo #473042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 38.38%
G = 25.95%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#473042 (or 0x473042) is known color: Voodoo. HEX triplet: 47, 30 and 42. RGB value is (71,48,66). Sum of RGB (Red+Green+Blue) = 71+48+66=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #473042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473042 is #B8CFBD. Grayscale: #383838. Windows color (decimal): -12111806 or 4337735. OLE color: 4337735.

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

Color convert

RGB 71 48 66 -
CMYK 0 0.32 0.07 0.72
HSL 313.04º 0.19% 0.23% -
HSV(B) 313.04º 0.32% 0.28% -
XYZ 4.64 3.85 5.65 -
YUV 56.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 71 48 66 0 0.32 0.07 0.72 313.04 0.19 0.23
Hex 47 30 42 0 20 7 48 139 13 17
Octal 107 60 102 0 40 7 110 471 23 27
Binary 1000111 110000 1000010 0 100000 111 1001000 100111001 10011 10111

Color Harmonies of #473042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473042

Black with #473042

Text Example


Text Example

White with #473042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473042; }

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

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

background-color css

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

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

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

border-color css

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

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

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