Html Css Color HEX #471645 Mardi Gras

📋 copy color: '#471645'

red 71 ◦ green 22 ◦ blue 69

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

Shades of Mardi Gras #471645

Tints of Mardi Gras #471645

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.58%

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

R = 43.83%
G = 13.58%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#471645 (or 0x471645) is known color: Mardi Gras. HEX triplet: 47, 16 and 45. RGB value is (71,22,69). Sum of RGB (Red+Green+Blue) = 71+22+69=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #471645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471645 is #B8E9BA. Grayscale: #292929. Windows color (decimal): -12118459 or 4527687. OLE color: 4527687.

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

Color convert

RGB 71 22 69 -
CMYK 0 0.69 0.03 0.72
HSL 302.45º 0.53% 0.18% -
HSV(B) 302.45º 0.69% 0.28% -
XYZ 3.96 2.34 5.87 -
YUV 42.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 71 22 69 0 0.69 0.03 0.72 302.45 0.53 0.18
Hex 47 16 45 0 45 3 48 12E 35 12
Octal 107 26 105 0 105 3 110 456 65 22
Binary 1000111 10110 1000101 0 1000101 11 1001000 100101110 110101 10010

Color Harmonies of #471645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471645

Black with #471645

Text Example


Text Example

White with #471645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471645; }

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

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

background-color css

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

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

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

border-color css

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

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

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