Html Css Color HEX #473243 Voodoo

📋 copy color: '#473243'

red 71 ◦ green 50 ◦ blue 67

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

Shades of Voodoo #473243

Tints of Voodoo #473243

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.6%

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

R = 37.77%
G = 26.6%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#473243 (or 0x473243) is known color: Voodoo. HEX triplet: 47, 32 and 43. RGB value is (71,50,67). Sum of RGB (Red+Green+Blue) = 71+50+67=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #473243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473243 is #B8CDBC. Grayscale: #3A3A3A. Windows color (decimal): -12111293 or 4403783. OLE color: 4403783.

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

Color convert

RGB 71 50 67 -
CMYK 0 0.30 0.06 0.72
HSL 311.43º 0.17% 0.24% -
HSV(B) 311.43º 0.3% 0.28% -
XYZ 4.75 4.03 5.84 -
YUV 58.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 71 50 67 0 0.30 0.06 0.72 311.43 0.17 0.24
Hex 47 32 43 0 1E 6 48 137 11 18
Octal 107 62 103 0 36 6 110 467 21 30
Binary 1000111 110010 1000011 0 11110 110 1001000 100110111 10001 11000

Color Harmonies of #473243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473243

Black with #473243

Text Example


Text Example

White with #473243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473243; }

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

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

background-color css

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

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

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

border-color css

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

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

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