Html Css Color HEX #4B1143 Mardi Gras

📋 copy color: '#4B1143'

red 75 ◦ green 17 ◦ blue 67

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

Shades of Mardi Gras #4B1143

Tints of Mardi Gras #4B1143

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 value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#4B1143 (or 0x4B1143) is known color: 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

RGB 75 17 67 -
CMYK 0 0.77 0.11 0.71
HSL 308.28º 0.63% 0.18% -
HSV(B) 308.28º 0.77% 0.29% -
XYZ 4.12 2.3 5.54 -
YUV 40.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 75 17 67 0 0.77 0.11 0.71 308.28 0.63 0.18
Hex 4B 11 43 0 4D B 47 134 3F 12
Octal 113 21 103 0 115 13 107 464 77 22
Binary 1001011 10001 1000011 0 1001101 1011 1000111 100110100 111111 10010

Color Harmonies of #4B1143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1143

Black with #4B1143

Text Example


Text Example

White with #4B1143

Text Example


Text Example

HTML Codes & Css Web 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>