Html Css Color HEX #472443 Voodoo

📋 copy color: '#472443'

red 71 ◦ green 36 ◦ blue 67

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

Shades of Voodoo #472443

Tints of Voodoo #472443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 38.51%

R = 40.8%
G = 20.69%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#472443 (or 0x472443) is known color: Voodoo. HEX triplet: 47, 24 and 43. RGB value is (71,36,67). Sum of RGB (Red+Green+Blue) = 71+36+67=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 67 (26.56% from 255 or 38.51% from 174); Max value from RGB is 71 - color contains mainly: red. Hex color #472443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472443 is #B8DBBC. Grayscale: #313131. Windows color (decimal): -12114877 or 4400199. OLE color: 4400199.

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

Color convert

RGB 71 36 67 -
CMYK 0 0.49 0.06 0.72
HSL 306.86º 0.33% 0.21% -
HSV(B) 306.86º 0.49% 0.28% -
XYZ 4.24 3.01 5.67 -
YUV 50 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 71 36 67 0 0.49 0.06 0.72 306.86 0.33 0.21
Hex 47 24 43 0 31 6 48 133 21 15
Octal 107 44 103 0 61 6 110 463 41 25
Binary 1000111 100100 1000011 0 110001 110 1001000 100110011 100001 10101

Color Harmonies of #472443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472443

Black with #472443

Text Example


Text Example

White with #472443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472443; }

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

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

background-color css

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

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

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

border-color css

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

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

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