Html Css Color HEX #481146 Mardi Gras

📋 copy color: '#481146'

red 72 ◦ green 17 ◦ blue 70

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

Shades of Mardi Gras #481146

Tints of Mardi Gras #481146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.69%

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

R = 45.28%
G = 10.69%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#481146 (or 0x481146) is known color: Mardi Gras. HEX triplet: 48, 11 and 46. RGB value is (72,17,70). Sum of RGB (Red+Green+Blue) = 72+17+70=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #481146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481146 is #B7EEB9. Grayscale: #272727. Windows color (decimal): -12054202 or 4591944. OLE color: 4591944.

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

Color convert

RGB 72 17 70 -
CMYK 0 0.76 0.03 0.72
HSL 302.18º 0.62% 0.17% -
HSV(B) 302.18º 0.76% 0.28% -
XYZ 3.98 2.22 6.01 -
YUV 39.49 145.22 151.19 -
System Red Green Blue C M Y K H S L
Decimal 72 17 70 0 0.76 0.03 0.72 302.18 0.62 0.17
Hex 48 11 46 0 4C 3 48 12E 3E 11
Octal 110 21 106 0 114 3 110 456 76 21
Binary 1001000 10001 1000110 0 1001100 11 1001000 100101110 111110 10001

Color Harmonies of #481146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481146

Black with #481146

Text Example


Text Example

White with #481146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481146; }

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

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

background-color css

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

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

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

border-color css

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

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

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