Html Css Color HEX #472C40 Voodoo

📋 copy color: '#472C40'

red 71 ◦ green 44 ◦ blue 64

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

Shades of Voodoo #472C40

Tints of Voodoo #472C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.58%

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

R = 39.66%
G = 24.58%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#472C40 (or 0x472C40) is known color: Voodoo. HEX triplet: 47, 2C and 40. RGB value is (71,44,64). Sum of RGB (Red+Green+Blue) = 71+44+64=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 71 - color contains mainly: red. Hex color #472C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C40 is #B8D3BF. Grayscale: #363636. Windows color (decimal): -12112832 or 4205639. OLE color: 4205639.

HSL color Cylindrical-coordinate representation of color #472C40: hue angle of 315.56º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #472C40 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 44 64 -
CMYK 0 0.38 0.10 0.72
HSL 315.56º 0.23% 0.23% -
HSV(B) 315.56º 0.38% 0.28% -
XYZ 4.42 3.51 5.29 -
YUV 54.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 71 44 64 0 0.38 0.10 0.72 315.56 0.23 0.23
Hex 47 2C 40 0 26 A 48 13C 17 17
Octal 107 54 100 0 46 12 110 474 27 27
Binary 1000111 101100 1000000 0 100110 1010 1001000 100111100 10111 10111

Color Harmonies of #472C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C40

Black with #472C40

Text Example


Text Example

White with #472C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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