Html Css Color HEX #473542 Voodoo

📋 copy color: '#473542'

red 71 ◦ green 53 ◦ blue 66

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

Shades of Voodoo #473542

Tints of Voodoo #473542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.89%

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

R = 37.37%
G = 27.89%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#473542 (or 0x473542) is known color: Voodoo. HEX triplet: 47, 35 and 42. RGB value is (71,53,66). Sum of RGB (Red+Green+Blue) = 71+53+66=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 71 - color contains mainly: red. Hex color #473542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473542 is #B8CABD. Grayscale: #3B3B3B. Windows color (decimal): -12110526 or 4339015. OLE color: 4339015.

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

Color convert

RGB 71 53 66 -
CMYK 0 0.25 0.07 0.72
HSL 316.67º 0.15% 0.24% -
HSV(B) 316.67º 0.25% 0.28% -
XYZ 4.86 4.28 5.72 -
YUV 59.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 71 53 66 0 0.25 0.07 0.72 316.67 0.15 0.24
Hex 47 35 42 0 19 7 48 13D F 18
Octal 107 65 102 0 31 7 110 475 17 30
Binary 1000111 110101 1000010 0 11001 111 1001000 100111101 1111 11000

Color Harmonies of #473542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473542

Black with #473542

Text Example


Text Example

White with #473542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473542; }

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

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

background-color css

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

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

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

border-color css

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

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

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