Html Css Color HEX #472F41 Voodoo

📋 copy color: '#472F41'

red 71 ◦ green 47 ◦ blue 65

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

Shades of Voodoo #472F41

Tints of Voodoo #472F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.52%

R = 38.8%
G = 25.68%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#472F41 (or 0x472F41) is known color: Voodoo. HEX triplet: 47, 2F and 41. RGB value is (71,47,65). Sum of RGB (Red+Green+Blue) = 71+47+65=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 71 - color contains mainly: red. Hex color #472F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472F41 is #B8D0BE. Grayscale: #383838. Windows color (decimal): -12112063 or 4271943. OLE color: 4271943.

HSL color Cylindrical-coordinate representation of color #472F41: hue angle of 315º 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 #472F41 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 47 65 -
CMYK 0 0.34 0.08 0.72
HSL 315º 0.2% 0.23% -
HSV(B) 315º 0.34% 0.28% -
XYZ 4.57 3.75 5.48 -
YUV 56.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 71 47 65 0 0.34 0.08 0.72 315 0.2 0.23
Hex 47 2F 41 0 22 8 48 13B 14 17
Octal 107 57 101 0 42 10 110 473 24 27
Binary 1000111 101111 1000001 0 100010 1000 1001000 100111011 10100 10111

Color Harmonies of #472F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472F41

Black with #472F41

Text Example


Text Example

White with #472F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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