Html Css Color HEX #473942 Voodoo

📋 copy color: '#473942'

red 71 ◦ green 57 ◦ blue 66

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

Shades of Voodoo #473942

Tints of Voodoo #473942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.38%

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

R = 36.6%
G = 29.38%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#473942 (or 0x473942) is known color: Voodoo. HEX triplet: 47, 39 and 42. RGB value is (71,57,66). Sum of RGB (Red+Green+Blue) = 71+57+66=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 71 - color contains mainly: red. Hex color #473942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473942 is #B8C6BD. Grayscale: #3E3E3E. Windows color (decimal): -12109502 or 4340039. OLE color: 4340039.

HSL color Cylindrical-coordinate representation of color #473942: hue angle of 321.43º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #473942 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 57 66 -
CMYK 0 0.20 0.07 0.72
HSL 321.43º 0.11% 0.25% -
HSV(B) 321.43º 0.2% 0.28% -
XYZ 5.05 4.66 5.79 -
YUV 62.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 71 57 66 0 0.20 0.07 0.72 321.43 0.11 0.25
Hex 47 39 42 0 14 7 48 141 B 19
Octal 107 71 102 0 24 7 110 501 13 31
Binary 1000111 111001 1000010 0 10100 111 1001000 101000001 1011 11001

Color Harmonies of #473942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473942

Black with #473942

Text Example


Text Example

White with #473942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473942; }

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

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

background-color css

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

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

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

border-color css

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

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

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