Html Css Color HEX #472542 Voodoo

📋 copy color: '#472542'

red 71 ◦ green 37 ◦ blue 66

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

Shades of Voodoo #472542

Tints of Voodoo #472542

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.26%

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

R = 40.8%
G = 21.26%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#472542 (or 0x472542) is known color: Voodoo. HEX triplet: 47, 25 and 42. RGB value is (71,37,66). Sum of RGB (Red+Green+Blue) = 71+37+66=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #472542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472542 is #B8DABD. Grayscale: #323232. Windows color (decimal): -12114622 or 4334919. OLE color: 4334919.

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

Color convert

RGB 71 37 66 -
CMYK 0 0.48 0.07 0.72
HSL 308.82º 0.31% 0.21% -
HSV(B) 308.82º 0.48% 0.28% -
XYZ 4.24 3.06 5.52 -
YUV 50.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 71 37 66 0 0.48 0.07 0.72 308.82 0.31 0.21
Hex 47 25 42 0 30 7 48 135 1F 15
Octal 107 45 102 0 60 7 110 465 37 25
Binary 1000111 100101 1000010 0 110000 111 1001000 100110101 11111 10101

Color Harmonies of #472542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472542

Black with #472542

Text Example


Text Example

White with #472542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472542; }

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

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

background-color css

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

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

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

border-color css

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

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

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