Html Css Color HEX #471340 Mardi Gras

📋 copy color: '#471340'

red 71 ◦ green 19 ◦ blue 64

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

Shades of Mardi Gras #471340

Tints of Mardi Gras #471340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.34%

 BLUE value IS 64 (25.39% from 255) = 41.56%

R = 46.1%
G = 12.34%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#471340 (or 0x471340) is known color: Mardi Gras. HEX triplet: 47, 13 and 40. RGB value is (71,19,64). Sum of RGB (Red+Green+Blue) = 71+19+64=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #471340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471340 is #B8ECBF. Grayscale: #272727. Windows color (decimal): -12119232 or 4199239. OLE color: 4199239.

HSL color Cylindrical-coordinate representation of color #471340: hue angle of 308.08º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471340 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 19 64 -
CMYK 0 0.73 0.10 0.72
HSL 308.08º 0.58% 0.18% -
HSV(B) 308.08º 0.73% 0.28% -
XYZ 3.76 2.18 5.07 -
YUV 39.68 141.73 150.34 -
System Red Green Blue C M Y K H S L
Decimal 71 19 64 0 0.73 0.10 0.72 308.08 0.58 0.18
Hex 47 13 40 0 49 A 48 134 3A 12
Octal 107 23 100 0 111 12 110 464 72 22
Binary 1000111 10011 1000000 0 1001001 1010 1001000 100110100 111010 10010

Color Harmonies of #471340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471340

Black with #471340

Text Example


Text Example

White with #471340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471340; }

 p { color: rgb(71,19,64); }

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

background-color css

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

 a { background-color: rgb(71,19,64); }

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

border-color css

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

 span { border-color: rgb(71,19,64); }

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