Html Css Color HEX #471A45 Mardi Gras

📋 copy color: '#471A45'

red 71 ◦ green 26 ◦ blue 69

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

Shades of Mardi Gras #471A45

Tints of Mardi Gras #471A45

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.66%

 BLUE value IS 69 (27.34% from 255) = 41.57%

R = 42.77%
G = 15.66%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#471A45 (or 0x471A45) is known color: Mardi Gras. HEX triplet: 47, 1A and 45. RGB value is (71,26,69). Sum of RGB (Red+Green+Blue) = 71+26+69=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 71 - color contains mainly: red. Hex color #471A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A45 is #B8E5BA. Grayscale: #2C2C2C. Windows color (decimal): -12117435 or 4528711. OLE color: 4528711.

HSL color Cylindrical-coordinate representation of color #471A45: hue angle of 302.67º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #471A45 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 26 69 -
CMYK 0 0.63 0.03 0.72
HSL 302.67º 0.46% 0.19% -
HSV(B) 302.67º 0.63% 0.28% -
XYZ 4.04 2.51 5.9 -
YUV 44.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 71 26 69 0 0.63 0.03 0.72 302.67 0.46 0.19
Hex 47 1A 45 0 3F 3 48 12F 2E 13
Octal 107 32 105 0 77 3 110 457 56 23
Binary 1000111 11010 1000101 0 111111 11 1001000 100101111 101110 10011

Color Harmonies of #471A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A45

Black with #471A45

Text Example


Text Example

White with #471A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471A45; }

 p { color: rgb(71,26,69); }

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

background-color css

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

 a { background-color: rgb(71,26,69); }

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

border-color css

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

 span { border-color: rgb(71,26,69); }

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