Html Css Color HEX #472C43 Voodoo

📋 copy color: '#472C43'

red 71 ◦ green 44 ◦ blue 67

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

Shades of Voodoo #472C43

Tints of Voodoo #472C43

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.18%

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

R = 39.01%
G = 24.18%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#472C43 (or 0x472C43) is known color: Voodoo. HEX triplet: 47, 2C and 43. RGB value is (71,44,67). Sum of RGB (Red+Green+Blue) = 71+44+67=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #472C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C43 is #B8D3BC. Grayscale: #363636. Windows color (decimal): -12112829 or 4402247. OLE color: 4402247.

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

Color convert

RGB 71 44 67 -
CMYK 0 0.38 0.06 0.72
HSL 308.89º 0.23% 0.23% -
HSV(B) 308.89º 0.38% 0.28% -
XYZ 4.51 3.55 5.76 -
YUV 54.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 71 44 67 0 0.38 0.06 0.72 308.89 0.23 0.23
Hex 47 2C 43 0 26 6 48 135 17 17
Octal 107 54 103 0 46 6 110 465 27 27
Binary 1000111 101100 1000011 0 100110 110 1001000 100110101 10111 10111

Color Harmonies of #472C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C43

Black with #472C43

Text Example


Text Example

White with #472C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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