Html Css Color HEX #471141 Mardi Gras

📋 copy color: '#471141'

red 71 ◦ green 17 ◦ blue 65

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

Shades of Mardi Gras #471141

Tints of Mardi Gras #471141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.11%

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

R = 46.41%
G = 11.11%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#471141 (or 0x471141) is known color: Mardi Gras. HEX triplet: 47, 11 and 41. RGB value is (71,17,65). Sum of RGB (Red+Green+Blue) = 71+17+65=153 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.41% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 71 - color contains mainly: red. Hex color #471141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471141 is #B8EEBE. Grayscale: #262626. Windows color (decimal): -12119743 or 4264263. OLE color: 4264263.

HSL color Cylindrical-coordinate representation of color #471141: hue angle of 306.67º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471141 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 17 65 -
CMYK 0 0.76 0.08 0.72
HSL 306.67º 0.61% 0.17% -
HSV(B) 306.67º 0.76% 0.28% -
XYZ 3.75 2.12 5.21 -
YUV 38.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 71 17 65 0 0.76 0.08 0.72 306.67 0.61 0.17
Hex 47 11 41 0 4C 8 48 133 3D 11
Octal 107 21 101 0 114 10 110 463 75 21
Binary 1000111 10001 1000001 0 1001100 1000 1001000 100110011 111101 10001

Color Harmonies of #471141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471141

Black with #471141

Text Example


Text Example

White with #471141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471141; }

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

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

background-color css

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

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

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

border-color css

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

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

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