Html Css Color HEX #470141 Mardi Gras

📋 copy color: '#470141'

red 71 ◦ green 1 ◦ blue 65

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

Shades of Mardi Gras #470141

Tints of Mardi Gras #470141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.73%

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

R = 51.82%
G = 0.73%
B = 47.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#470141 (or 0x470141) is known color: Mardi Gras. HEX triplet: 47, 01 and 41. RGB value is (71,1,65). Sum of RGB (Red+Green+Blue) = 71+1+65=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #470141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470141 is #B8FEBE. Grayscale: #1D1D1D. Windows color (decimal): -12123839 or 4260167. OLE color: 4260167.

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

Color convert

RGB 71 1 65 -
CMYK 0 0.99 0.08 0.72
HSL 305.14º 0.97% 0.14% -
HSV(B) 305.14º 0.99% 0.28% -
XYZ 3.56 1.74 5.15 -
YUV 29.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 71 1 65 0 0.99 0.08 0.72 305.14 0.97 0.14
Hex 47 1 41 0 63 8 48 131 61 E
Octal 107 1 101 0 143 10 110 461 141 16
Binary 1000111 1 1000001 0 1100011 1000 1001000 100110001 1100001 1110

Color Harmonies of #470141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470141

Black with #470141

Text Example


Text Example

White with #470141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470141; }

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

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

background-color css

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

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

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

border-color css

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

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

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