Html Css Color HEX #481141 Mardi Gras

📋 copy color: '#481141'

red 72 ◦ green 17 ◦ blue 65

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

Shades of Mardi Gras #481141

Tints of Mardi Gras #481141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 42.21%

R = 46.75%
G = 11.04%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#481141 (or 0x481141) is known color: Mardi Gras. HEX triplet: 48, 11 and 41. RGB value is (72,17,65). Sum of RGB (Red+Green+Blue) = 72+17+65=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #481141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481141 is #B7EEBE. Grayscale: #262626. Windows color (decimal): -12054207 or 4264264. OLE color: 4264264.

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

Color convert

RGB 72 17 65 -
CMYK 0 0.76 0.10 0.72
HSL 307.64º 0.62% 0.17% -
HSV(B) 307.64º 0.76% 0.28% -
XYZ 3.83 2.16 5.22 -
YUV 38.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 72 17 65 0 0.76 0.10 0.72 307.64 0.62 0.17
Hex 48 11 41 0 4C A 48 134 3E 11
Octal 110 21 101 0 114 12 110 464 76 21
Binary 1001000 10001 1000001 0 1001100 1010 1001000 100110100 111110 10001

Color Harmonies of #481141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481141

Black with #481141

Text Example


Text Example

White with #481141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481141; }

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

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

background-color css

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

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

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

border-color css

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

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

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