Html Css Color HEX #481546 Mardi Gras

📋 copy color: '#481546'

red 72 ◦ green 21 ◦ blue 70

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

Shades of Mardi Gras #481546

Tints of Mardi Gras #481546

RGB

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

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

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

R = 44.17%
G = 12.88%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#481546 (or 0x481546) is known color: Mardi Gras. HEX triplet: 48, 15 and 46. RGB value is (72,21,70). Sum of RGB (Red+Green+Blue) = 72+21+70=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #481546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481546 is #B7EAB9. Grayscale: #292929. Windows color (decimal): -12053178 or 4592968. OLE color: 4592968.

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

Color convert

RGB 72 21 70 -
CMYK 0 0.71 0.03 0.72
HSL 302.35º 0.55% 0.18% -
HSV(B) 302.35º 0.71% 0.28% -
XYZ 4.05 2.36 6.04 -
YUV 41.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 72 21 70 0 0.71 0.03 0.72 302.35 0.55 0.18
Hex 48 15 46 0 47 3 48 12E 37 12
Octal 110 25 106 0 107 3 110 456 67 22
Binary 1001000 10101 1000110 0 1000111 11 1001000 100101110 110111 10010

Color Harmonies of #481546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481546

Black with #481546

Text Example


Text Example

White with #481546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481546; }

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

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

background-color css

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

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

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

border-color css

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

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

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