Html Css Color HEX #472340 Voodoo

📋 copy color: '#472340'

red 71 ◦ green 35 ◦ blue 64

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

Shades of Voodoo #472340

Tints of Voodoo #472340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 37.65%

R = 41.76%
G = 20.59%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#472340 (or 0x472340) is known color: Voodoo. HEX triplet: 47, 23 and 40. RGB value is (71,35,64). Sum of RGB (Red+Green+Blue) = 71+35+64=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 71 - color contains mainly: red. Hex color #472340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472340 is #B8DCBF. Grayscale: #303030. Windows color (decimal): -12115136 or 4203335. OLE color: 4203335.

HSL color Cylindrical-coordinate representation of color #472340: hue angle of 311.67º 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 #472340 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 35 64 -
CMYK 0 0.51 0.10 0.72
HSL 311.67º 0.34% 0.21% -
HSV(B) 311.67º 0.51% 0.28% -
XYZ 4.12 2.91 5.2 -
YUV 49.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 71 35 64 0 0.51 0.10 0.72 311.67 0.34 0.21
Hex 47 23 40 0 33 A 48 138 22 15
Octal 107 43 100 0 63 12 110 470 42 25
Binary 1000111 100011 1000000 0 110011 1010 1001000 100111000 100010 10101

Color Harmonies of #472340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472340

Black with #472340

Text Example


Text Example

White with #472340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472340; }

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

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

background-color css

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

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

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

border-color css

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

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

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