Html Css Color HEX #470F42 Mardi Gras

📋 copy color: '#470F42'

red 71 ◦ green 15 ◦ blue 66

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

Shades of Mardi Gras #470F42

Tints of Mardi Gras #470F42

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.87%

 BLUE value IS 66 (26.17% from 255) = 43.42%

R = 46.71%
G = 9.87%
B = 43.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#470F42 (or 0x470F42) is known color: Mardi Gras. HEX triplet: 47, 0F and 42. RGB value is (71,15,66). Sum of RGB (Red+Green+Blue) = 71+15+66=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 15 (6.25% from 255 or 9.87% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #470F42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470F42 is #B8F0BD. Grayscale: #252525. Windows color (decimal): -12120254 or 4329287. OLE color: 4329287.

HSL color Cylindrical-coordinate representation of color #470F42: hue angle of 305.36º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #470F42 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 15 66 -
CMYK 0 0.79 0.07 0.72
HSL 305.36º 0.65% 0.17% -
HSV(B) 305.36º 0.79% 0.28% -
XYZ 3.75 2.07 5.36 -
YUV 37.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 71 15 66 0 0.79 0.07 0.72 305.36 0.65 0.17
Hex 47 F 42 0 4F 7 48 131 41 11
Octal 107 17 102 0 117 7 110 461 101 21
Binary 1000111 1111 1000010 0 1001111 111 1001000 100110001 1000001 10001

Color Harmonies of #470F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F42

Black with #470F42

Text Example


Text Example

White with #470F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,15,66); }

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

background-color css

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

 a { background-color: rgb(71,15,66); }

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

border-color css

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

 span { border-color: rgb(71,15,66); }

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