Html Css Color HEX #481947 Mardi Gras

📋 copy color: '#481947'

red 72 ◦ green 25 ◦ blue 71

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

Shades of Mardi Gras #481947

Tints of Mardi Gras #481947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.88%

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

R = 42.86%
G = 14.88%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#481947 (or 0x481947) is known color: Mardi Gras. HEX triplet: 48, 19 and 47. RGB value is (72,25,71). Sum of RGB (Red+Green+Blue) = 72+25+71=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #481947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481947 is #B7E6B8. Grayscale: #2C2C2C. Windows color (decimal): -12052153 or 4659528. OLE color: 4659528.

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

Color convert

RGB 72 25 71 -
CMYK 0 0.65 0.01 0.72
HSL 301.28º 0.48% 0.19% -
HSV(B) 301.28º 0.65% 0.28% -
XYZ 4.16 2.53 6.23 -
YUV 44.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 72 25 71 0 0.65 0.01 0.72 301.28 0.48 0.19
Hex 48 19 47 0 41 1 48 12D 30 13
Octal 110 31 107 0 101 1 110 455 60 23
Binary 1001000 11001 1000111 0 1000001 1 1001000 100101101 110000 10011

Color Harmonies of #481947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481947

Black with #481947

Text Example


Text Example

White with #481947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481947; }

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

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

background-color css

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

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

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

border-color css

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

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

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