Html Css Color HEX #470941 Mardi Gras

📋 copy color: '#470941'

red 71 ◦ green 9 ◦ blue 65

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

Shades of Mardi Gras #470941

Tints of Mardi Gras #470941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.21%

 BLUE value IS 65 (25.78% from 255) = 44.83%

R = 48.97%
G = 6.21%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#470941 (or 0x470941) is known color: Mardi Gras. HEX triplet: 47, 09 and 41. RGB value is (71,9,65). Sum of RGB (Red+Green+Blue) = 71+9+65=145 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.97% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 71 - color contains mainly: red. Hex color #470941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470941 is #B8F6BE. Grayscale: #212121. Windows color (decimal): -12121791 or 4262215. OLE color: 4262215.

HSL color Cylindrical-coordinate representation of color #470941: hue angle of 305.81º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #470941 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 9 65 -
CMYK 0 0.87 0.08 0.72
HSL 305.81º 0.78% 0.16% -
HSV(B) 305.81º 0.87% 0.28% -
XYZ 3.65 1.92 5.18 -
YUV 33.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 71 9 65 0 0.87 0.08 0.72 305.81 0.78 0.16
Hex 47 9 41 0 57 8 48 132 4E 10
Octal 107 11 101 0 127 10 110 462 116 20
Binary 1000111 1001 1000001 0 1010111 1000 1001000 100110010 1001110 10000

Color Harmonies of #470941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470941

Black with #470941

Text Example


Text Example

White with #470941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470941; }

 p { color: rgb(71,9,65); }

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

background-color css

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

 a { background-color: rgb(71,9,65); }

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

border-color css

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

 span { border-color: rgb(71,9,65); }

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