Html Css Color HEX #472841 Voodoo

📋 copy color: '#472841'

red 71 ◦ green 40 ◦ blue 65

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

Shades of Voodoo #472841

Tints of Voodoo #472841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.73%

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

R = 40.34%
G = 22.73%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#472841 (or 0x472841) is known color: Voodoo. HEX triplet: 47, 28 and 41. RGB value is (71,40,65). Sum of RGB (Red+Green+Blue) = 71+40+65=176 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.34% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 71 - color contains mainly: red. Hex color #472841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472841 is #B8D7BE. Grayscale: #343434. Windows color (decimal): -12113855 or 4270151. OLE color: 4270151.

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

Color convert

RGB 71 40 65 -
CMYK 0 0.44 0.08 0.72
HSL 311.61º 0.28% 0.22% -
HSV(B) 311.61º 0.44% 0.28% -
XYZ 4.31 3.24 5.4 -
YUV 52.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 71 40 65 0 0.44 0.08 0.72 311.61 0.28 0.22
Hex 47 28 41 0 2C 8 48 138 1C 16
Octal 107 50 101 0 54 10 110 470 34 26
Binary 1000111 101000 1000001 0 101100 1000 1001000 100111000 11100 10110

Color Harmonies of #472841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472841

Black with #472841

Text Example


Text Example

White with #472841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472841; }

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

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

background-color css

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

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

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

border-color css

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

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

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