Html Css Color HEX #471845 Mardi Gras

📋 copy color: '#471845'

red 71 ◦ green 24 ◦ blue 69

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

Shades of Mardi Gras #471845

Tints of Mardi Gras #471845

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.63%

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

R = 43.29%
G = 14.63%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#471845 (or 0x471845) is known color: Mardi Gras. HEX triplet: 47, 18 and 45. RGB value is (71,24,69). Sum of RGB (Red+Green+Blue) = 71+24+69=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #471845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471845 is #B8E7BA. Grayscale: #2B2B2B. Windows color (decimal): -12117947 or 4528199. OLE color: 4528199.

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

Color convert

RGB 71 24 69 -
CMYK 0 0.66 0.03 0.72
HSL 302.55º 0.49% 0.19% -
HSV(B) 302.55º 0.66% 0.28% -
XYZ 4 2.42 5.89 -
YUV 43.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 71 24 69 0 0.66 0.03 0.72 302.55 0.49 0.19
Hex 47 18 45 0 42 3 48 12F 31 13
Octal 107 30 105 0 102 3 110 457 61 23
Binary 1000111 11000 1000101 0 1000010 11 1001000 100101111 110001 10011

Color Harmonies of #471845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471845

Black with #471845

Text Example


Text Example

White with #471845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471845; }

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

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

background-color css

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

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

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

border-color css

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

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

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