Html Css Color HEX #473543 Voodoo

📋 copy color: '#473543'

red 71 ◦ green 53 ◦ blue 67

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

Shades of Voodoo #473543

Tints of Voodoo #473543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 35.08%

R = 37.17%
G = 27.75%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#473543 (or 0x473543) is known color: Voodoo. HEX triplet: 47, 35 and 43. RGB value is (71,53,67). Sum of RGB (Red+Green+Blue) = 71+53+67=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 71 - color contains mainly: red. Hex color #473543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473543 is #B8CABC. Grayscale: #3B3B3B. Windows color (decimal): -12110525 or 4404551. OLE color: 4404551.

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

Color convert

RGB 71 53 67 -
CMYK 0 0.25 0.06 0.72
HSL 313.33º 0.15% 0.24% -
HSV(B) 313.33º 0.25% 0.28% -
XYZ 4.88 4.29 5.88 -
YUV 59.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 71 53 67 0 0.25 0.06 0.72 313.33 0.15 0.24
Hex 47 35 43 0 19 6 48 139 F 18
Octal 107 65 103 0 31 6 110 471 17 30
Binary 1000111 110101 1000011 0 11001 110 1001000 100111001 1111 11000

Color Harmonies of #473543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473543

Black with #473543

Text Example


Text Example

White with #473543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473543; }

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

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

background-color css

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

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

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

border-color css

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

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

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