#48034D

Color #48034D Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #48034D

Tints of Mardi Gras #48034D

Color information

#48034D (or 0x48034D) is unknown color: approx Mardi Gras. HEX triplet: 48, 03 and 4D. RGB value is (72,3,77). Sum of RGB (Red+Green+Blue) = 72+3+77=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #48034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48034D is #B7FCB2. Grayscale: #1F1F1F. Windows color (decimal): -12057779 or 5047112. OLE color: 5047112.

HSL color Cylindrical-coordinate representation of color #48034D: hue angle of 295.95º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48034D is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB72377-
CMYK0.060.9600.70
HSL295.95º92.5%15.69%-
HSV(B)295.95º96.1%30.2%-
XYZ4.041.987.19-
YUV32.07153.36156.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 77 (30.47% from 255) = 50.66%
R=47.37%
G=1.97%
B=50.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal723770.060.9600.70295.9592.515.69
Hex4834D6600461285c10
Octal11031156140010645013420
Binary1001000111001101110110000001000110100101000101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48034D; }

 p { color: rgb(72,3,77); }

 H1.HeaderClassName
 {
   color: #48034D;
 }
 .AnyTagClassName
 {
   color: #48034D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #48034D;
 }
 .BgClassName
 {
   background-color: #48034D;
 }
</style>
border-color css

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

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

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