Html Css Color HEX #481147 Mardi Gras

📋 copy color: '#481147'

red 72 ◦ green 17 ◦ blue 71

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

Shades of Mardi Gras #481147

Tints of Mardi Gras #481147

RGB

 RED value IS 72 (28.52% from 255) = 45%

 GREEN value IS 17 (7.03% from 255) = 10.63%

 BLUE value IS 71 (28.13% from 255) = 44.38%

R = 45%
G = 10.63%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#481147 (or 0x481147) is known color: Mardi Gras. HEX triplet: 48, 11 and 47. RGB value is (72,17,71). Sum of RGB (Red+Green+Blue) = 72+17+71=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #481147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481147 is #B7EEB8. Grayscale: #272727. Windows color (decimal): -12054201 or 4657480. OLE color: 4657480.

HSL color Cylindrical-coordinate representation of color #481147: hue angle of 301.09º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481147 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 71 -
CMYK 0 0.76 0.01 0.72
HSL 301.09º 0.62% 0.17% -
HSV(B) 301.09º 0.76% 0.28% -
XYZ 4.01 2.23 6.18 -
YUV 39.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 72 17 71 0 0.76 0.01 0.72 301.09 0.62 0.17
Hex 48 11 47 0 4C 1 48 12D 3E 11
Octal 110 21 107 0 114 1 110 455 76 21
Binary 1001000 10001 1000111 0 1001100 1 1001000 100101101 111110 10001

Color Harmonies of #481147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481147

Black with #481147

Text Example


Text Example

White with #481147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481147; }

 p { color: rgb(72,17,71); }

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

background-color css

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

 a { background-color: rgb(72,17,71); }

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

border-color css

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

 span { border-color: rgb(72,17,71); }

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