Html Css Color HEX #481047 Mardi Gras

📋 copy color: '#481047'

red 72 ◦ green 16 ◦ blue 71

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

Shades of Mardi Gras #481047

Tints of Mardi Gras #481047

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.06%

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

R = 45.28%
G = 10.06%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#481047 (or 0x481047) is known color: Mardi Gras. HEX triplet: 48, 10 and 47. RGB value is (72,16,71). Sum of RGB (Red+Green+Blue) = 72+16+71=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #481047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481047 is #B7EFB8. Grayscale: #262626. Windows color (decimal): -12054457 or 4657224. OLE color: 4657224.

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

Color convert

RGB 72 16 71 -
CMYK 0 0.78 0.01 0.72
HSL 301.07º 0.64% 0.17% -
HSV(B) 301.07º 0.78% 0.28% -
XYZ 4 2.2 6.18 -
YUV 39.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 72 16 71 0 0.78 0.01 0.72 301.07 0.64 0.17
Hex 48 10 47 0 4E 1 48 12D 40 11
Octal 110 20 107 0 116 1 110 455 100 21
Binary 1001000 10000 1000111 0 1001110 1 1001000 100101101 1000000 10001

Color Harmonies of #481047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481047

Black with #481047

Text Example


Text Example

White with #481047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481047; }

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

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

background-color css

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

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

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

border-color css

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

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

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