Html Css Color HEX #481548 Mardi Gras

📋 copy color: '#481548'

red 72 ◦ green 21 ◦ blue 72

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

Shades of Mardi Gras #481548

Tints of Mardi Gras #481548

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

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

R = 43.64%
G = 12.73%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#481548 (or 0x481548) is known color: Mardi Gras. HEX triplet: 48, 15 and 48. RGB value is (72,21,72). Sum of RGB (Red+Green+Blue) = 72+21+72=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #481548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481548 is #B7EAB7. Grayscale: #292929. Windows color (decimal): -12053176 or 4724040. OLE color: 4724040.

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

Color convert

RGB 72 21 72 -
CMYK 0 0.71 0 0.72
HSL 300º 0.55% 0.18% -
HSV(B) 300º 0.71% 0.28% -
XYZ 4.11 2.38 6.37 -
YUV 42.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 72 21 72 0 0.71 0 0.72 300 0.55 0.18
Hex 48 15 48 0 47 0 48 12C 37 12
Octal 110 25 110 0 107 0 110 454 67 22
Binary 1001000 10101 1001000 0 1000111 0 1001000 100101100 110111 10010

Color Harmonies of #481548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481548

Black with #481548

Text Example


Text Example

White with #481548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481548; }

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

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

background-color css

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

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

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

border-color css

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

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

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