Html Css Color HEX #472942 Voodoo

📋 copy color: '#472942'

red 71 ◦ green 41 ◦ blue 66

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

Shades of Voodoo #472942

Tints of Voodoo #472942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.03%

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

R = 39.89%
G = 23.03%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#472942 (or 0x472942) is known color: Voodoo. HEX triplet: 47, 29 and 42. RGB value is (71,41,66). Sum of RGB (Red+Green+Blue) = 71+41+66=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #472942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472942 is #B8D6BD. Grayscale: #343434. Windows color (decimal): -12113598 or 4335943. OLE color: 4335943.

HSL color Cylindrical-coordinate representation of color #472942: hue angle of 310º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #472942 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 41 66 -
CMYK 0 0.42 0.07 0.72
HSL 310º 0.27% 0.22% -
HSV(B) 310º 0.42% 0.28% -
XYZ 4.37 3.32 5.56 -
YUV 52.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 71 41 66 0 0.42 0.07 0.72 310 0.27 0.22
Hex 47 29 42 0 2A 7 48 136 1B 16
Octal 107 51 102 0 52 7 110 466 33 26
Binary 1000111 101001 1000010 0 101010 111 1001000 100110110 11011 10110

Color Harmonies of #472942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472942

Black with #472942

Text Example


Text Example

White with #472942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472942; }

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

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

background-color css

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

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

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

border-color css

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

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

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