Html Css Color HEX #471846 Mardi Gras

📋 copy color: '#471846'

red 71 ◦ green 24 ◦ blue 70

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

Shades of Mardi Gras #471846

Tints of Mardi Gras #471846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.55%

 BLUE value IS 70 (27.73% from 255) = 42.42%

R = 43.03%
G = 14.55%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#471846 (or 0x471846) is known color: Mardi Gras. HEX triplet: 47, 18 and 46. RGB value is (71,24,70). Sum of RGB (Red+Green+Blue) = 71+24+70=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 71 - color contains mainly: red. Hex color #471846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471846 is #B8E7B9. Grayscale: #2B2B2B. Windows color (decimal): -12117946 or 4593735. OLE color: 4593735.

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

Color convert

RGB 71 24 70 -
CMYK 0 0.66 0.01 0.72
HSL 301.28º 0.49% 0.19% -
HSV(B) 301.28º 0.66% 0.28% -
XYZ 4.03 2.44 6.05 -
YUV 43.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 71 24 70 0 0.66 0.01 0.72 301.28 0.49 0.19
Hex 47 18 46 0 42 1 48 12D 31 13
Octal 107 30 106 0 102 1 110 455 61 23
Binary 1000111 11000 1000110 0 1000010 1 1001000 100101101 110001 10011

Color Harmonies of #471846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471846

Black with #471846

Text Example


Text Example

White with #471846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471846; }

 p { color: rgb(71,24,70); }

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

background-color css

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

 a { background-color: rgb(71,24,70); }

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

border-color css

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

 span { border-color: rgb(71,24,70); }

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