Html Css Color HEX #481946 Mardi Gras

📋 copy color: '#481946'

red 72 ◦ green 25 ◦ blue 70

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

Shades of Mardi Gras #481946

Tints of Mardi Gras #481946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.97%

 BLUE value IS 70 (27.73% from 255) = 41.92%

R = 43.11%
G = 14.97%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#481946 (or 0x481946) is known color: Mardi Gras. HEX triplet: 48, 19 and 46. RGB value is (72,25,70). Sum of RGB (Red+Green+Blue) = 72+25+70=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #481946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481946 is #B7E6B9. Grayscale: #2C2C2C. Windows color (decimal): -12052154 or 4593992. OLE color: 4593992.

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

Color convert

RGB 72 25 70 -
CMYK 0 0.65 0.03 0.72
HSL 302.55º 0.48% 0.19% -
HSV(B) 302.55º 0.65% 0.28% -
XYZ 4.13 2.52 6.06 -
YUV 44.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 72 25 70 0 0.65 0.03 0.72 302.55 0.48 0.19
Hex 48 19 46 0 41 3 48 12F 30 13
Octal 110 31 106 0 101 3 110 457 60 23
Binary 1001000 11001 1000110 0 1000001 11 1001000 100101111 110000 10011

Color Harmonies of #481946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481946

Black with #481946

Text Example


Text Example

White with #481946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481946; }

 p { color: rgb(72,25,70); }

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

background-color css

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

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

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

border-color css

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

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

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