Html Css Color HEX #473043 Voodoo

📋 copy color: '#473043'

red 71 ◦ green 48 ◦ blue 67

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

Shades of Voodoo #473043

Tints of Voodoo #473043

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.81%

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

R = 38.17%
G = 25.81%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#473043 (or 0x473043) is known color: Voodoo. HEX triplet: 47, 30 and 43. RGB value is (71,48,67). Sum of RGB (Red+Green+Blue) = 71+48+67=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 67 (26.56% from 255 or 36.02% from 186); Max value from RGB is 71 - color contains mainly: red. Hex color #473043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473043 is #B8CFBC. Grayscale: #383838. Windows color (decimal): -12111805 or 4403271. OLE color: 4403271.

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

Color convert

RGB 71 48 67 -
CMYK 0 0.32 0.06 0.72
HSL 310.43º 0.19% 0.23% -
HSV(B) 310.43º 0.32% 0.28% -
XYZ 4.67 3.86 5.81 -
YUV 57.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 71 48 67 0 0.32 0.06 0.72 310.43 0.19 0.23
Hex 47 30 43 0 20 6 48 136 13 17
Octal 107 60 103 0 40 6 110 466 23 27
Binary 1000111 110000 1000011 0 100000 110 1001000 100110110 10011 10111

Color Harmonies of #473043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473043

Black with #473043

Text Example


Text Example

White with #473043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473043; }

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

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

background-color css

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

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

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

border-color css

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

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

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