Html Css Color HEX #481140 Mardi Gras

📋 copy color: '#481140'

red 72 ◦ green 17 ◦ blue 64

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

Shades of Mardi Gras #481140

Tints of Mardi Gras #481140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 41.83%

R = 47.06%
G = 11.11%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#481140 (or 0x481140) is known color: Mardi Gras. HEX triplet: 48, 11 and 40. RGB value is (72,17,64). Sum of RGB (Red+Green+Blue) = 72+17+64=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #481140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481140 is #B7EEBF. Grayscale: #262626. Windows color (decimal): -12054208 or 4198728. OLE color: 4198728.

HSL color Cylindrical-coordinate representation of color #481140: hue angle of 308.73º 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 #481140 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 17 64 -
CMYK 0 0.76 0.11 0.72
HSL 308.73º 0.62% 0.17% -
HSV(B) 308.73º 0.76% 0.28% -
XYZ 3.8 2.15 5.07 -
YUV 38.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 72 17 64 0 0.76 0.11 0.72 308.73 0.62 0.17
Hex 48 11 40 0 4C B 48 135 3E 11
Octal 110 21 100 0 114 13 110 465 76 21
Binary 1001000 10001 1000000 0 1001100 1011 1001000 100110101 111110 10001

Color Harmonies of #481140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481140

Black with #481140

Text Example


Text Example

White with #481140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481140; }

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

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

background-color css

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

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

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

border-color css

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

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

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