Html Css Color HEX #481241 Mardi Gras

📋 copy color: '#481241'

red 72 ◦ green 18 ◦ blue 65

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

Shades of Mardi Gras #481241

Tints of Mardi Gras #481241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.61%

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

R = 46.45%
G = 11.61%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#481241 (or 0x481241) is known color: Mardi Gras. HEX triplet: 48, 12 and 41. RGB value is (72,18,65). Sum of RGB (Red+Green+Blue) = 72+18+65=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #481241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481241 is #B7EDBE. Grayscale: #272727. Windows color (decimal): -12053951 or 4264520. OLE color: 4264520.

HSL color Cylindrical-coordinate representation of color #481241: hue angle of 307.78º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481241 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 18 65 -
CMYK 0 0.75 0.10 0.72
HSL 307.78º 0.6% 0.18% -
HSV(B) 307.78º 0.75% 0.28% -
XYZ 3.84 2.19 5.22 -
YUV 39.5 142.39 151.18 -
System Red Green Blue C M Y K H S L
Decimal 72 18 65 0 0.75 0.10 0.72 307.78 0.6 0.18
Hex 48 12 41 0 4B A 48 134 3C 12
Octal 110 22 101 0 113 12 110 464 74 22
Binary 1001000 10010 1000001 0 1001011 1010 1001000 100110100 111100 10010

Color Harmonies of #481241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481241

Black with #481241

Text Example


Text Example

White with #481241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481241; }

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

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

background-color css

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

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

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

border-color css

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

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

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