Html Css Color HEX #471945 Mardi Gras

📋 copy color: '#471945'

red 71 ◦ green 25 ◦ blue 69

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

Shades of Mardi Gras #471945

Tints of Mardi Gras #471945

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.15%

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

R = 43.03%
G = 15.15%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#471945 (or 0x471945) is known color: Mardi Gras. HEX triplet: 47, 19 and 45. RGB value is (71,25,69). Sum of RGB (Red+Green+Blue) = 71+25+69=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #471945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471945 is #B8E6BA. Grayscale: #2B2B2B. Windows color (decimal): -12117691 or 4528455. OLE color: 4528455.

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

Color convert

RGB 71 25 69 -
CMYK 0 0.65 0.03 0.72
HSL 302.61º 0.48% 0.19% -
HSV(B) 302.61º 0.65% 0.28% -
XYZ 4.02 2.46 5.89 -
YUV 43.77 142.24 147.42 -
System Red Green Blue C M Y K H S L
Decimal 71 25 69 0 0.65 0.03 0.72 302.61 0.48 0.19
Hex 47 19 45 0 41 3 48 12F 30 13
Octal 107 31 105 0 101 3 110 457 60 23
Binary 1000111 11001 1000101 0 1000001 11 1001000 100101111 110000 10011

Color Harmonies of #471945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471945

Black with #471945

Text Example


Text Example

White with #471945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471945; }

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

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

background-color css

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

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

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

border-color css

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

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

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