Html Css Color HEX #472242 Voodoo

📋 copy color: '#472242'

red 71 ◦ green 34 ◦ blue 66

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

Shades of Voodoo #472242

Tints of Voodoo #472242

RGB

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

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

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

R = 41.52%
G = 19.88%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#472242 (or 0x472242) is known color: Voodoo. HEX triplet: 47, 22 and 42. RGB value is (71,34,66). Sum of RGB (Red+Green+Blue) = 71+34+66=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #472242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472242 is #B8DDBD. Grayscale: #303030. Windows color (decimal): -12115390 or 4334151. OLE color: 4334151.

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

Color convert

RGB 71 34 66 -
CMYK 0 0.52 0.07 0.72
HSL 308.11º 0.35% 0.21% -
HSV(B) 308.11º 0.52% 0.28% -
XYZ 4.15 2.88 5.49 -
YUV 48.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 71 34 66 0 0.52 0.07 0.72 308.11 0.35 0.21
Hex 47 22 42 0 34 7 48 134 23 15
Octal 107 42 102 0 64 7 110 464 43 25
Binary 1000111 100010 1000010 0 110100 111 1001000 100110100 100011 10101

Color Harmonies of #472242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472242

Black with #472242

Text Example


Text Example

White with #472242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472242; }

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

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

background-color css

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

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

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

border-color css

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

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

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