Html Css Color HEX #473342 Voodoo

📋 copy color: '#473342'

red 71 ◦ green 51 ◦ blue 66

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

Shades of Voodoo #473342

Tints of Voodoo #473342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.13%

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

R = 37.77%
G = 27.13%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#473342 (or 0x473342) is known color: Voodoo. HEX triplet: 47, 33 and 42. RGB value is (71,51,66). Sum of RGB (Red+Green+Blue) = 71+51+66=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #473342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473342 is #B8CCBD. Grayscale: #3A3A3A. Windows color (decimal): -12111038 or 4338503. OLE color: 4338503.

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

Color convert

RGB 71 51 66 -
CMYK 0 0.28 0.07 0.72
HSL 315º 0.16% 0.24% -
HSV(B) 315º 0.28% 0.28% -
XYZ 4.77 4.1 5.69 -
YUV 58.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 71 51 66 0 0.28 0.07 0.72 315 0.16 0.24
Hex 47 33 42 0 1C 7 48 13B 10 18
Octal 107 63 102 0 34 7 110 473 20 30
Binary 1000111 110011 1000010 0 11100 111 1001000 100111011 10000 11000

Color Harmonies of #473342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473342

Black with #473342

Text Example


Text Example

White with #473342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473342; }

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

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

background-color css

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

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

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

border-color css

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

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

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