Html Css Color HEX #470541 Mardi Gras

📋 copy color: '#470541'

red 71 ◦ green 5 ◦ blue 65

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

Shades of Mardi Gras #470541

Tints of Mardi Gras #470541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.55%

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

R = 50.35%
G = 3.55%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#470541 (or 0x470541) is known color: Mardi Gras. HEX triplet: 47, 05 and 41. RGB value is (71,5,65). Sum of RGB (Red+Green+Blue) = 71+5+65=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #470541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470541 is #B8FABE. Grayscale: #1F1F1F. Windows color (decimal): -12122815 or 4261191. OLE color: 4261191.

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

Color convert

RGB 71 5 65 -
CMYK 0 0.93 0.08 0.72
HSL 305.45º 0.87% 0.15% -
HSV(B) 305.45º 0.93% 0.28% -
XYZ 3.61 1.83 5.16 -
YUV 31.57 146.87 156.12 -
System Red Green Blue C M Y K H S L
Decimal 71 5 65 0 0.93 0.08 0.72 305.45 0.87 0.15
Hex 47 5 41 0 5D 8 48 131 57 F
Octal 107 5 101 0 135 10 110 461 127 17
Binary 1000111 101 1000001 0 1011101 1000 1001000 100110001 1010111 1111

Color Harmonies of #470541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470541

Black with #470541

Text Example


Text Example

White with #470541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470541; }

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

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

background-color css

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

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

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

border-color css

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

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

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