Html Css Color HEX #481248 Mardi Gras

📋 copy color: '#481248'

red 72 ◦ green 18 ◦ blue 72

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

Shades of Mardi Gras #481248

Tints of Mardi Gras #481248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 44.44%

R = 44.44%
G = 11.11%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#481248 (or 0x481248) is known color: Mardi Gras. HEX triplet: 48, 12 and 48. RGB value is (72,18,72). Sum of RGB (Red+Green+Blue) = 72+18+72=162 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.44% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #481248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481248 is #B7EDB7. Grayscale: #282828. Windows color (decimal): -12053944 or 4723272. OLE color: 4723272.

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

Color convert

RGB 72 18 72 -
CMYK 0 0.75 0 0.72
HSL 300º 0.6% 0.18% -
HSV(B) 300º 0.75% 0.28% -
XYZ 4.06 2.28 6.36 -
YUV 40.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 72 18 72 0 0.75 0 0.72 300 0.6 0.18
Hex 48 12 48 0 4B 0 48 12C 3C 12
Octal 110 22 110 0 113 0 110 454 74 22
Binary 1001000 10010 1001000 0 1001011 0 1001000 100101100 111100 10010

Color Harmonies of #481248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481248

Black with #481248

Text Example


Text Example

White with #481248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481248; }

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

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

background-color css

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

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

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

border-color css

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

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

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