Html Css Color HEX #470343 Mardi Gras

📋 copy color: '#470343'

red 71 ◦ green 3 ◦ blue 67

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

Shades of Mardi Gras #470343

Tints of Mardi Gras #470343

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

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

R = 50.35%
G = 2.13%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#470343 (or 0x470343) is known color: Mardi Gras. HEX triplet: 47, 03 and 43. RGB value is (71,3,67). Sum of RGB (Red+Green+Blue) = 71+3+67=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 67 (26.56% from 255 or 47.52% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #470343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470343 is #B8FCBC. Grayscale: #1E1E1E. Windows color (decimal): -12123325 or 4391751. OLE color: 4391751.

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

Color convert

RGB 71 3 67 -
CMYK 0 0.96 0.06 0.72
HSL 303.53º 0.92% 0.15% -
HSV(B) 303.53º 0.96% 0.28% -
XYZ 3.64 1.81 5.47 -
YUV 30.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 71 3 67 0 0.96 0.06 0.72 303.53 0.92 0.15
Hex 47 3 43 0 60 6 48 130 5C F
Octal 107 3 103 0 140 6 110 460 134 17
Binary 1000111 11 1000011 0 1100000 110 1001000 100110000 1011100 1111

Color Harmonies of #470343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470343

Black with #470343

Text Example


Text Example

White with #470343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470343; }

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

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

background-color css

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

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

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

border-color css

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

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

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