Html Css Color HEX #472241 Voodoo

📋 copy color: '#472241'

red 71 ◦ green 34 ◦ blue 65

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

Shades of Voodoo #472241

Tints of Voodoo #472241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20%

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

R = 41.76%
G = 20%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#472241 (or 0x472241) is known color: Voodoo. HEX triplet: 47, 22 and 41. RGB value is (71,34,65). Sum of RGB (Red+Green+Blue) = 71+34+65=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #472241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472241 is #B8DDBE. Grayscale: #303030. Windows color (decimal): -12115391 or 4268615. OLE color: 4268615.

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

Color convert

RGB 71 34 65 -
CMYK 0 0.52 0.08 0.72
HSL 309.73º 0.35% 0.21% -
HSV(B) 309.73º 0.52% 0.28% -
XYZ 4.12 2.87 5.34 -
YUV 48.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 71 34 65 0 0.52 0.08 0.72 309.73 0.35 0.21
Hex 47 22 41 0 34 8 48 136 23 15
Octal 107 42 101 0 64 10 110 466 43 25
Binary 1000111 100010 1000001 0 110100 1000 1001000 100110110 100011 10101

Color Harmonies of #472241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472241

Black with #472241

Text Example


Text Example

White with #472241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472241; }

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

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

background-color css

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

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

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

border-color css

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

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

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