Html Css Color HEX #470543 Mardi Gras

📋 copy color: '#470543'

red 71 ◦ green 5 ◦ blue 67

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

Shades of Mardi Gras #470543

Tints of Mardi Gras #470543

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.5%

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

R = 49.65%
G = 3.5%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#470543 (or 0x470543) is known color: Mardi Gras. HEX triplet: 47, 05 and 43. RGB value is (71,5,67). Sum of RGB (Red+Green+Blue) = 71+5+67=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 67 (26.56% from 255 or 46.85% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #470543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470543 is #B8FABC. Grayscale: #1F1F1F. Windows color (decimal): -12122813 or 4392263. OLE color: 4392263.

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

Color convert

RGB 71 5 67 -
CMYK 0 0.93 0.06 0.72
HSL 303.64º 0.87% 0.15% -
HSV(B) 303.64º 0.93% 0.28% -
XYZ 3.67 1.85 5.47 -
YUV 31.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 71 5 67 0 0.93 0.06 0.72 303.64 0.87 0.15
Hex 47 5 43 0 5D 6 48 130 57 F
Octal 107 5 103 0 135 6 110 460 127 17
Binary 1000111 101 1000011 0 1011101 110 1001000 100110000 1010111 1111

Color Harmonies of #470543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470543

Black with #470543

Text Example


Text Example

White with #470543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470543; }

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

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

background-color css

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

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

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

border-color css

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

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

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