Html Css Color HEX #481346 Mardi Gras

📋 copy color: '#481346'

red 72 ◦ green 19 ◦ blue 70

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

Shades of Mardi Gras #481346

Tints of Mardi Gras #481346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

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

R = 44.72%
G = 11.8%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#481346 (or 0x481346) is known color: Mardi Gras. HEX triplet: 48, 13 and 46. RGB value is (72,19,70). Sum of RGB (Red+Green+Blue) = 72+19+70=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #481346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481346 is #B7ECB9. Grayscale: #282828. Windows color (decimal): -12053690 or 4592456. OLE color: 4592456.

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

Color convert

RGB 72 19 70 -
CMYK 0 0.74 0.03 0.72
HSL 302.26º 0.58% 0.18% -
HSV(B) 302.26º 0.74% 0.28% -
XYZ 4.01 2.29 6.02 -
YUV 40.66 144.56 150.35 -
System Red Green Blue C M Y K H S L
Decimal 72 19 70 0 0.74 0.03 0.72 302.26 0.58 0.18
Hex 48 13 46 0 4A 3 48 12E 3A 12
Octal 110 23 106 0 112 3 110 456 72 22
Binary 1001000 10011 1000110 0 1001010 11 1001000 100101110 111010 10010

Color Harmonies of #481346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481346

Black with #481346

Text Example


Text Example

White with #481346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481346; }

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

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

background-color css

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

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

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

border-color css

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

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

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