Html Css Color HEX #481040 Mardi Gras

📋 copy color: '#481040'

red 72 ◦ green 16 ◦ blue 64

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

Shades of Mardi Gras #481040

Tints of Mardi Gras #481040

RGB

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

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

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

R = 47.37%
G = 10.53%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#481040 (or 0x481040) is known color: Mardi Gras. HEX triplet: 48, 10 and 40. RGB value is (72,16,64). Sum of RGB (Red+Green+Blue) = 72+16+64=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #481040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481040 is #B7EFBF. Grayscale: #262626. Windows color (decimal): -12054464 or 4198472. OLE color: 4198472.

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

Color convert

RGB 72 16 64 -
CMYK 0 0.78 0.11 0.72
HSL 308.57º 0.64% 0.17% -
HSV(B) 308.57º 0.78% 0.28% -
XYZ 3.78 2.12 5.06 -
YUV 38.22 142.55 152.1 -
System Red Green Blue C M Y K H S L
Decimal 72 16 64 0 0.78 0.11 0.72 308.57 0.64 0.17
Hex 48 10 40 0 4E B 48 135 40 11
Octal 110 20 100 0 116 13 110 465 100 21
Binary 1001000 10000 1000000 0 1001110 1011 1001000 100110101 1000000 10001

Color Harmonies of #481040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481040

Black with #481040

Text Example


Text Example

White with #481040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481040; }

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

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

background-color css

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

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

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

border-color css

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

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

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