#48143F

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

Shades of Mardi Gras #48143F

Tints of Mardi Gras #48143F

Color information

#48143F (or 0x48143F) is unknown color: approx Mardi Gras. HEX triplet: 48, 14 and 3F. RGB value is (72,20,63). Sum of RGB (Red+Green+Blue) = 72+20+63=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48143F is #B7EBC0. Grayscale: #282828. Windows color (decimal): -12053441 or 4133960. OLE color: 4133960.

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

Color convert

RGB722063-
CMYK00.720.120.72
HSL310.38º56.52%18.04%-
HSV(B)310.38º72.22%28.24%-
XYZ3.822.244.93-
YUV40.45140.73150.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.45%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 63 (25% from 255) = 40.65%
R=46.45%
G=12.90%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72206300.720.120.72310.3856.5218.04
Hex48143F048C481363912
Octal11024770110141104667122
Binary100100010100111111010010001100100100010011011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48143F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48143F; }

 p { color: rgb(72,20,63); }

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

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

 a { background-color: rgb(72,20,63); }

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

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

 span { border-color: rgb(72,20,63); }

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