Html Css Color HEX #470140 Mardi Gras

📋 copy color: '#470140'

red 71 ◦ green 1 ◦ blue 64

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

Shades of Mardi Gras #470140

Tints of Mardi Gras #470140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

 BLUE value IS 64 (25.39% from 255) = 47.06%

R = 52.21%
G = 0.74%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#470140 (or 0x470140) is known color: Mardi Gras. HEX triplet: 47, 01 and 40. RGB value is (71,1,64). Sum of RGB (Red+Green+Blue) = 71+1+64=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #470140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470140 is #B8FEBF. Grayscale: #1C1C1C. Windows color (decimal): -12123840 or 4194631. OLE color: 4194631.

HSL color Cylindrical-coordinate representation of color #470140: hue angle of 306º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470140 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 1 64 -
CMYK 0 0.99 0.10 0.72
HSL 306º 0.97% 0.14% -
HSV(B) 306º 0.99% 0.28% -
XYZ 3.53 1.73 5 -
YUV 29.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 71 1 64 0 0.99 0.10 0.72 306 0.97 0.14
Hex 47 1 40 0 63 A 48 132 61 E
Octal 107 1 100 0 143 12 110 462 141 16
Binary 1000111 1 1000000 0 1100011 1010 1001000 100110010 1100001 1110

Color Harmonies of #470140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470140

Black with #470140

Text Example


Text Example

White with #470140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470140; }

 p { color: rgb(71,1,64); }

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

background-color css

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

 a { background-color: rgb(71,1,64); }

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

border-color css

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

 span { border-color: rgb(71,1,64); }

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