Html Css Color HEX #472D43 Voodoo

📋 copy color: '#472D43'

red 71 ◦ green 45 ◦ blue 67

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

Shades of Voodoo #472D43

Tints of Voodoo #472D43

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.59%

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

R = 38.8%
G = 24.59%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#472D43 (or 0x472D43) is known color: Voodoo. HEX triplet: 47, 2D and 43. RGB value is (71,45,67). Sum of RGB (Red+Green+Blue) = 71+45+67=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #472D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D43 is #B8D2BC. Grayscale: #373737. Windows color (decimal): -12112573 or 4402503. OLE color: 4402503.

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

Color convert

RGB 71 45 67 -
CMYK 0 0.37 0.06 0.72
HSL 309.23º 0.22% 0.23% -
HSV(B) 309.23º 0.37% 0.28% -
XYZ 4.55 3.62 5.77 -
YUV 55.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 71 45 67 0 0.37 0.06 0.72 309.23 0.22 0.23
Hex 47 2D 43 0 25 6 48 135 16 17
Octal 107 55 103 0 45 6 110 465 26 27
Binary 1000111 101101 1000011 0 100101 110 1001000 100110101 10110 10111

Color Harmonies of #472D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472D43

Black with #472D43

Text Example


Text Example

White with #472D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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