Html Css Color HEX #472641 Voodoo

📋 copy color: '#472641'

red 71 ◦ green 38 ◦ blue 65

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

Shades of Voodoo #472641

Tints of Voodoo #472641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.84%

 BLUE value IS 65 (25.78% from 255) = 37.36%

R = 40.8%
G = 21.84%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#472641 (or 0x472641) is known color: Voodoo. HEX triplet: 47, 26 and 41. RGB value is (71,38,65). Sum of RGB (Red+Green+Blue) = 71+38+65=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #472641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472641 is #B8D9BE. Grayscale: #323232. Windows color (decimal): -12114367 or 4269639. OLE color: 4269639.

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

Color convert

RGB 71 38 65 -
CMYK 0 0.46 0.08 0.72
HSL 310.91º 0.3% 0.21% -
HSV(B) 310.91º 0.46% 0.28% -
XYZ 4.25 3.11 5.38 -
YUV 50.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 71 38 65 0 0.46 0.08 0.72 310.91 0.3 0.21
Hex 47 26 41 0 2E 8 48 137 1E 15
Octal 107 46 101 0 56 10 110 467 36 25
Binary 1000111 100110 1000001 0 101110 1000 1001000 100110111 11110 10101

Color Harmonies of #472641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472641

Black with #472641

Text Example


Text Example

White with #472641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472641; }

 p { color: rgb(71,38,65); }

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

background-color css

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

 a { background-color: rgb(71,38,65); }

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

border-color css

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

 span { border-color: rgb(71,38,65); }

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