Html Css Color HEX #471041 Mardi Gras

📋 copy color: '#471041'

red 71 ◦ green 16 ◦ blue 65

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

Shades of Mardi Gras #471041

Tints of Mardi Gras #471041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.53%

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

R = 46.71%
G = 10.53%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#471041 (or 0x471041) is known color: Mardi Gras. HEX triplet: 47, 10 and 41. RGB value is (71,16,65). Sum of RGB (Red+Green+Blue) = 71+16+65=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #471041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471041 is #B8EFBE. Grayscale: #252525. Windows color (decimal): -12119999 or 4264007. OLE color: 4264007.

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

Color convert

RGB 71 16 65 -
CMYK 0 0.77 0.08 0.72
HSL 306.55º 0.63% 0.17% -
HSV(B) 306.55º 0.77% 0.28% -
XYZ 3.74 2.09 5.21 -
YUV 38.03 143.22 151.52 -
System Red Green Blue C M Y K H S L
Decimal 71 16 65 0 0.77 0.08 0.72 306.55 0.63 0.17
Hex 47 10 41 0 4D 8 48 133 3F 11
Octal 107 20 101 0 115 10 110 463 77 21
Binary 1000111 10000 1000001 0 1001101 1000 1001000 100110011 111111 10001

Color Harmonies of #471041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471041

Black with #471041

Text Example


Text Example

White with #471041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471041; }

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

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

background-color css

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

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

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

border-color css

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

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

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