#4B1143

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

Shades of Mardi Gras #4B1143

Tints of Mardi Gras #4B1143

Color information

#4B1143 (or 0x4B1143) is unknown color: approx Mardi Gras. HEX triplet: 4B, 11 and 43. RGB value is (75,17,67). Sum of RGB (Red+Green+Blue) = 75+17+67=159 (21% of max value = 765). Red value is 75 (29.69% from 255 or 47.17% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1143 is #B4EEBC. Grayscale: #272727. Windows color (decimal): -11857597 or 4395339. OLE color: 4395339.

HSL color Cylindrical-coordinate representation of color #4B1143: hue angle of 308.28º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B1143 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB751767-
CMYK00.770.110.71
HSL308.28º63.04%18.04%-
HSV(B)308.28º77.33%29.41%-
XYZ4.122.35.54-
YUV40.04143.22152.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 47.17%
GREEN value IS 17 (7.03% from 255) = 10.69%
BLUE value IS 67 (26.56% from 255) = 42.14%
R=47.17%
G=10.69%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75176700.770.110.71308.2863.0418.04
Hex4B114304DB471343f12
Octal113211030115131074647722
Binary1001011100011000011010011011011100011110011010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B1143; }

 p { color: rgb(75,17,67); }

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

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

 a { background-color: rgb(75,17,67); }

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

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

 span { border-color: rgb(75,17,67); }

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