Html Css Color HEX #472343 Voodoo

📋 copy color: '#472343'

red 71 ◦ green 35 ◦ blue 67

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

Shades of Voodoo #472343

Tints of Voodoo #472343

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.23%

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

R = 41.04%
G = 20.23%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#472343 (or 0x472343) is known color: Voodoo. HEX triplet: 47, 23 and 43. RGB value is (71,35,67). Sum of RGB (Red+Green+Blue) = 71+35+67=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #472343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472343 is #B8DCBC. Grayscale: #313131. Windows color (decimal): -12115133 or 4399943. OLE color: 4399943.

HSL color Cylindrical-coordinate representation of color #472343: hue angle of 306.67º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #472343 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 35 67 -
CMYK 0 0.51 0.06 0.72
HSL 306.67º 0.34% 0.21% -
HSV(B) 306.67º 0.51% 0.28% -
XYZ 4.21 2.95 5.66 -
YUV 49.41 137.93 143.4 -
System Red Green Blue C M Y K H S L
Decimal 71 35 67 0 0.51 0.06 0.72 306.67 0.34 0.21
Hex 47 23 43 0 33 6 48 133 22 15
Octal 107 43 103 0 63 6 110 463 42 25
Binary 1000111 100011 1000011 0 110011 110 1001000 100110011 100010 10101

Color Harmonies of #472343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472343

Black with #472343

Text Example


Text Example

White with #472343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472343; }

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

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

background-color css

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

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

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

border-color css

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

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

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