Html Css Color HEX #470C40 Mardi Gras

📋 copy color: '#470C40'

red 71 ◦ green 12 ◦ blue 64

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

Shades of Mardi Gras #470C40

Tints of Mardi Gras #470C40

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.16%

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

R = 48.3%
G = 8.16%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#470C40 (or 0x470C40) is known color: Mardi Gras. HEX triplet: 47, 0C and 40. RGB value is (71,12,64). Sum of RGB (Red+Green+Blue) = 71+12+64=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #470C40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C40 is #B8F3BF. Grayscale: #232323. Windows color (decimal): -12121024 or 4197447. OLE color: 4197447.

HSL color Cylindrical-coordinate representation of color #470C40: hue angle of 307.12º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #470C40 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 12 64 -
CMYK 0 0.83 0.10 0.72
HSL 307.12º 0.71% 0.16% -
HSV(B) 307.12º 0.83% 0.28% -
XYZ 3.66 1.97 5.04 -
YUV 35.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 71 12 64 0 0.83 0.10 0.72 307.12 0.71 0.16
Hex 47 C 40 0 53 A 48 133 47 10
Octal 107 14 100 0 123 12 110 463 107 20
Binary 1000111 1100 1000000 0 1010011 1010 1001000 100110011 1000111 10000

Color Harmonies of #470C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470C40

Black with #470C40

Text Example


Text Example

White with #470C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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