Html Css Color HEX #472742 Voodoo

📋 copy color: '#472742'

red 71 ◦ green 39 ◦ blue 66

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

Shades of Voodoo #472742

Tints of Voodoo #472742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.16%

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

R = 40.34%
G = 22.16%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#472742 (or 0x472742) is known color: Voodoo. HEX triplet: 47, 27 and 42. RGB value is (71,39,66). Sum of RGB (Red+Green+Blue) = 71+39+66=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #472742 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472742 is #B8D8BD. Grayscale: #333333. Windows color (decimal): -12114110 or 4335431. OLE color: 4335431.

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

Color convert

RGB 71 39 66 -
CMYK 0 0.45 0.07 0.72
HSL 309.38º 0.29% 0.22% -
HSV(B) 309.38º 0.45% 0.28% -
XYZ 4.31 3.18 5.54 -
YUV 51.65 136.1 141.8 -
System Red Green Blue C M Y K H S L
Decimal 71 39 66 0 0.45 0.07 0.72 309.38 0.29 0.22
Hex 47 27 42 0 2D 7 48 135 1D 16
Octal 107 47 102 0 55 7 110 465 35 26
Binary 1000111 100111 1000010 0 101101 111 1001000 100110101 11101 10110

Color Harmonies of #472742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472742

Black with #472742

Text Example


Text Example

White with #472742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472742; }

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

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

background-color css

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

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

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

border-color css

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

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

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