Html Css Color HEX #481A47 Mardi Gras

📋 copy color: '#481A47'

red 72 ◦ green 26 ◦ blue 71

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

Shades of Mardi Gras #481A47

Tints of Mardi Gras #481A47

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.38%

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

R = 42.6%
G = 15.38%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#481A47 (or 0x481A47) is known color: Mardi Gras. HEX triplet: 48, 1A and 47. RGB value is (72,26,71). Sum of RGB (Red+Green+Blue) = 72+26+71=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #481A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A47 is #B7E5B8. Grayscale: #2C2C2C. Windows color (decimal): -12051897 or 4659784. OLE color: 4659784.

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

Color convert

RGB 72 26 71 -
CMYK 0 0.64 0.01 0.72
HSL 301.3º 0.47% 0.19% -
HSV(B) 301.3º 0.64% 0.28% -
XYZ 4.18 2.57 6.24 -
YUV 44.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 72 26 71 0 0.64 0.01 0.72 301.3 0.47 0.19
Hex 48 1A 47 0 40 1 48 12D 2F 13
Octal 110 32 107 0 100 1 110 455 57 23
Binary 1001000 11010 1000111 0 1000000 1 1001000 100101101 101111 10011

Color Harmonies of #481A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A47

Black with #481A47

Text Example


Text Example

White with #481A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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