Html Css Color HEX #472441 Voodoo

📋 copy color: '#472441'

red 71 ◦ green 36 ◦ blue 65

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

Shades of Voodoo #472441

Tints of Voodoo #472441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.93%

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

R = 41.28%
G = 20.93%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#472441 (or 0x472441) is known color: Voodoo. HEX triplet: 47, 24 and 41. RGB value is (71,36,65). Sum of RGB (Red+Green+Blue) = 71+36+65=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #472441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472441 is #B8DBBE. Grayscale: #313131. Windows color (decimal): -12114879 or 4269127. OLE color: 4269127.

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

Color convert

RGB 71 36 65 -
CMYK 0 0.49 0.08 0.72
HSL 310.29º 0.33% 0.21% -
HSV(B) 310.29º 0.49% 0.28% -
XYZ 4.18 2.98 5.36 -
YUV 49.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 71 36 65 0 0.49 0.08 0.72 310.29 0.33 0.21
Hex 47 24 41 0 31 8 48 136 21 15
Octal 107 44 101 0 61 10 110 466 41 25
Binary 1000111 100100 1000001 0 110001 1000 1001000 100110110 100001 10101

Color Harmonies of #472441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472441

Black with #472441

Text Example


Text Example

White with #472441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472441; }

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

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

background-color css

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

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

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

border-color css

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

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

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