Html Css Color HEX #481448 Mardi Gras

📋 copy color: '#481448'

red 72 ◦ green 20 ◦ blue 72

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

Shades of Mardi Gras #481448

Tints of Mardi Gras #481448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.2%

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

R = 43.9%
G = 12.2%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#481448 (or 0x481448) is known color: Mardi Gras. HEX triplet: 48, 14 and 48. RGB value is (72,20,72). Sum of RGB (Red+Green+Blue) = 72+20+72=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #481448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481448 is #B7EBB7. Grayscale: #292929. Windows color (decimal): -12053432 or 4723784. OLE color: 4723784.

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

Color convert

RGB 72 20 72 -
CMYK 0 0.72 0 0.72
HSL 300º 0.57% 0.18% -
HSV(B) 300º 0.72% 0.28% -
XYZ 4.09 2.35 6.37 -
YUV 41.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 72 20 72 0 0.72 0 0.72 300 0.57 0.18
Hex 48 14 48 0 48 0 48 12C 39 12
Octal 110 24 110 0 110 0 110 454 71 22
Binary 1001000 10100 1001000 0 1001000 0 1001000 100101100 111001 10010

Color Harmonies of #481448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481448

Black with #481448

Text Example


Text Example

White with #481448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481448; }

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

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

background-color css

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

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

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

border-color css

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

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

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