Html Css Color HEX #471746 Mardi Gras

📋 copy color: '#471746'

red 71 ◦ green 23 ◦ blue 70

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

Shades of Mardi Gras #471746

Tints of Mardi Gras #471746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.02%

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

R = 43.29%
G = 14.02%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#471746 (or 0x471746) is known color: Mardi Gras. HEX triplet: 47, 17 and 46. RGB value is (71,23,70). Sum of RGB (Red+Green+Blue) = 71+23+70=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 70 (27.73% from 255 or 42.68% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #471746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471746 is #B8E8B9. Grayscale: #2A2A2A. Windows color (decimal): -12118202 or 4593479. OLE color: 4593479.

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

Color convert

RGB 71 23 70 -
CMYK 0 0.68 0.01 0.72
HSL 301.25º 0.51% 0.18% -
HSV(B) 301.25º 0.68% 0.28% -
XYZ 4.01 2.39 6.05 -
YUV 42.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 71 23 70 0 0.68 0.01 0.72 301.25 0.51 0.18
Hex 47 17 46 0 44 1 48 12D 33 12
Octal 107 27 106 0 104 1 110 455 63 22
Binary 1000111 10111 1000110 0 1000100 1 1001000 100101101 110011 10010

Color Harmonies of #471746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471746

Black with #471746

Text Example


Text Example

White with #471746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471746; }

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

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

background-color css

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

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

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

border-color css

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

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

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