Html Css Color HEX #472341 Voodoo

📋 copy color: '#472341'

red 71 ◦ green 35 ◦ blue 65

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

Shades of Voodoo #472341

Tints of Voodoo #472341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.47%

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

R = 41.52%
G = 20.47%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#472341 (or 0x472341) is known color: Voodoo. HEX triplet: 47, 23 and 41. RGB value is (71,35,65). Sum of RGB (Red+Green+Blue) = 71+35+65=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #472341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472341 is #B8DCBE. Grayscale: #313131. Windows color (decimal): -12115135 or 4268871. OLE color: 4268871.

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

Color convert

RGB 71 35 65 -
CMYK 0 0.51 0.08 0.72
HSL 310º 0.34% 0.21% -
HSV(B) 310º 0.51% 0.28% -
XYZ 4.15 2.92 5.35 -
YUV 49.18 136.93 143.56 -
System Red Green Blue C M Y K H S L
Decimal 71 35 65 0 0.51 0.08 0.72 310 0.34 0.21
Hex 47 23 41 0 33 8 48 136 22 15
Octal 107 43 101 0 63 10 110 466 42 25
Binary 1000111 100011 1000001 0 110011 1000 1001000 100110110 100010 10101

Color Harmonies of #472341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472341

Black with #472341

Text Example


Text Example

White with #472341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472341; }

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

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

background-color css

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

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

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

border-color css

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

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

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