Html Css Color HEX #472F42 Voodoo

📋 copy color: '#472F42'

red 71 ◦ green 47 ◦ blue 66

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

Shades of Voodoo #472F42

Tints of Voodoo #472F42

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.54%

 BLUE value IS 66 (26.17% from 255) = 35.87%

R = 38.59%
G = 25.54%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#472F42 (or 0x472F42) is known color: Voodoo. HEX triplet: 47, 2F and 42. RGB value is (71,47,66). Sum of RGB (Red+Green+Blue) = 71+47+66=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 71 - color contains mainly: red. Hex color #472F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F42 is #B8D0BD. Grayscale: #383838. Windows color (decimal): -12112062 or 4337479. OLE color: 4337479.

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

Color convert

RGB 71 47 66 -
CMYK 0 0.34 0.07 0.72
HSL 312.5º 0.2% 0.23% -
HSV(B) 312.5º 0.34% 0.28% -
XYZ 4.6 3.77 5.64 -
YUV 56.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 71 47 66 0 0.34 0.07 0.72 312.5 0.2 0.23
Hex 47 2F 42 0 22 7 48 138 14 17
Octal 107 57 102 0 42 7 110 470 24 27
Binary 1000111 101111 1000010 0 100010 111 1001000 100111000 10100 10111

Color Harmonies of #472F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F42

Black with #472F42

Text Example


Text Example

White with #472F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,47,66); }

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

background-color css

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

 a { background-color: rgb(71,47,66); }

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

border-color css

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

 span { border-color: rgb(71,47,66); }

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