Html Css Color HEX #472244 Voodoo

📋 copy color: '#472244'

red 71 ◦ green 34 ◦ blue 68

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

Shades of Voodoo #472244

Tints of Voodoo #472244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 39.31%

R = 41.04%
G = 19.65%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#472244 (or 0x472244) is known color: Voodoo. HEX triplet: 47, 22 and 44. RGB value is (71,34,68). Sum of RGB (Red+Green+Blue) = 71+34+68=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #472244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472244 is #B8DDBB. Grayscale: #303030. Windows color (decimal): -12115388 or 4465223. OLE color: 4465223.

HSL color Cylindrical-coordinate representation of color #472244: hue angle of 304.86º 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 #472244 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 34 68 -
CMYK 0 0.52 0.04 0.72
HSL 304.86º 0.35% 0.21% -
HSV(B) 304.86º 0.52% 0.28% -
XYZ 4.21 2.9 5.81 -
YUV 48.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 71 34 68 0 0.52 0.04 0.72 304.86 0.35 0.21
Hex 47 22 44 0 34 4 48 131 23 15
Octal 107 42 104 0 64 4 110 461 43 25
Binary 1000111 100010 1000100 0 110100 100 1001000 100110001 100011 10101

Color Harmonies of #472244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472244

Black with #472244

Text Example


Text Example

White with #472244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472244; }

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

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

background-color css

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

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

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

border-color css

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

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

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