Html Css Color HEX #471B45 Mardi Gras

📋 copy color: '#471B45'

red 71 ◦ green 27 ◦ blue 69

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

Shades of Mardi Gras #471B45

Tints of Mardi Gras #471B45

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.17%

 BLUE value IS 69 (27.34% from 255) = 41.32%

R = 42.51%
G = 16.17%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#471B45 (or 0x471B45) is known color: Mardi Gras. HEX triplet: 47, 1B and 45. RGB value is (71,27,69). Sum of RGB (Red+Green+Blue) = 71+27+69=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 71 - color contains mainly: red. Hex color #471B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B45 is #B8E4BA. Grayscale: #2C2C2C. Windows color (decimal): -12117179 or 4528967. OLE color: 4528967.

HSL color Cylindrical-coordinate representation of color #471B45: hue angle of 302.73º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #471B45 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 27 69 -
CMYK 0 0.62 0.03 0.72
HSL 302.73º 0.45% 0.19% -
HSV(B) 302.73º 0.62% 0.28% -
XYZ 4.06 2.55 5.91 -
YUV 44.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 71 27 69 0 0.62 0.03 0.72 302.73 0.45 0.19
Hex 47 1B 45 0 3E 3 48 12F 2D 13
Octal 107 33 105 0 76 3 110 457 55 23
Binary 1000111 11011 1000101 0 111110 11 1001000 100101111 101101 10011

Color Harmonies of #471B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B45

Black with #471B45

Text Example


Text Example

White with #471B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471B45; }

 p { color: rgb(71,27,69); }

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

background-color css

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

 a { background-color: rgb(71,27,69); }

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

border-color css

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

 span { border-color: rgb(71,27,69); }

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