Html Css Color HEX #481242 Mardi Gras

📋 copy color: '#481242'

red 72 ◦ green 18 ◦ blue 66

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

Shades of Mardi Gras #481242

Tints of Mardi Gras #481242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 42.31%

R = 46.15%
G = 11.54%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.72

RGB Variations

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

Color information

#481242 (or 0x481242) is known color: Mardi Gras. HEX triplet: 48, 12 and 42. RGB value is (72,18,66). Sum of RGB (Red+Green+Blue) = 72+18+66=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 66 (26.17% from 255 or 42.31% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #481242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481242 is #B7EDBD. Grayscale: #272727. Windows color (decimal): -12053950 or 4330056. OLE color: 4330056.

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

Color convert

RGB 72 18 66 -
CMYK 0 0.75 0.08 0.72
HSL 306.67º 0.6% 0.18% -
HSV(B) 306.67º 0.75% 0.28% -
XYZ 3.87 2.2 5.38 -
YUV 39.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 72 18 66 0 0.75 0.08 0.72 306.67 0.6 0.18
Hex 48 12 42 0 4B 8 48 133 3C 12
Octal 110 22 102 0 113 10 110 463 74 22
Binary 1001000 10010 1000010 0 1001011 1000 1001000 100110011 111100 10010

Color Harmonies of #481242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481242

Black with #481242

Text Example


Text Example

White with #481242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481242; }

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

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

background-color css

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

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

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

border-color css

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

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

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