Html Css Color HEX #472C3F Voodoo

📋 copy color: '#472C3F'

red 71 ◦ green 44 ◦ blue 63

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

Shades of Voodoo #472C3F

Tints of Voodoo #472C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.39%

R = 39.89%
G = 24.72%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#472C3F (or 0x472C3F) is known color: Voodoo. HEX triplet: 47, 2C and 3F. RGB value is (71,44,63). Sum of RGB (Red+Green+Blue) = 71+44+63=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 71 - color contains mainly: red. Hex color #472C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472C3F is #B8D3C0. Grayscale: #363636. Windows color (decimal): -12112833 or 4140103. OLE color: 4140103.

HSL color Cylindrical-coordinate representation of color #472C3F: hue angle of 317.78º 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 #472C3F is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 44 63 -
CMYK 0 0.38 0.11 0.72
HSL 317.78º 0.23% 0.23% -
HSV(B) 317.78º 0.38% 0.28% -
XYZ 4.4 3.5 5.15 -
YUV 54.24 132.95 139.96 -
System Red Green Blue C M Y K H S L
Decimal 71 44 63 0 0.38 0.11 0.72 317.78 0.23 0.23
Hex 47 2C 3F 0 26 B 48 13E 17 17
Octal 107 54 77 0 46 13 110 476 27 27
Binary 1000111 101100 111111 0 100110 1011 1001000 100111110 10111 10111

Color Harmonies of #472C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C3F

Black with #472C3F

Text Example


Text Example

White with #472C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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