Html Css Color HEX #471341 Mardi Gras

📋 copy color: '#471341'

red 71 ◦ green 19 ◦ blue 65

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

Shades of Mardi Gras #471341

Tints of Mardi Gras #471341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 41.94%

R = 45.81%
G = 12.26%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#471341 (or 0x471341) is known color: Mardi Gras. HEX triplet: 47, 13 and 41. RGB value is (71,19,65). Sum of RGB (Red+Green+Blue) = 71+19+65=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #471341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471341 is #B8ECBE. Grayscale: #272727. Windows color (decimal): -12119231 or 4264775. OLE color: 4264775.

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

Color convert

RGB 71 19 65 -
CMYK 0 0.73 0.08 0.72
HSL 306.92º 0.58% 0.18% -
HSV(B) 306.92º 0.73% 0.28% -
XYZ 3.79 2.19 5.22 -
YUV 39.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 71 19 65 0 0.73 0.08 0.72 306.92 0.58 0.18
Hex 47 13 41 0 49 8 48 133 3A 12
Octal 107 23 101 0 111 10 110 463 72 22
Binary 1000111 10011 1000001 0 1001001 1000 1001000 100110011 111010 10010

Color Harmonies of #471341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471341

Black with #471341

Text Example


Text Example

White with #471341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471341; }

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

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

background-color css

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

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

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

border-color css

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

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

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