Html Css Color HEX #4C0C49 Mardi Gras

📋 copy color: '#4C0C49'

red 76 ◦ green 12 ◦ blue 73

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

Shades of Mardi Gras #4C0C49

Tints of Mardi Gras #4C0C49

RGB

 RED value IS 76 (30.08% from 255) = 47.2%

 GREEN value IS 12 (5.08% from 255) = 7.45%

 BLUE value IS 73 (28.91% from 255) = 45.34%

R = 47.2%
G = 7.45%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4C0C49 (or 0x4C0C49) is known color: Mardi Gras. HEX triplet: 4C, 0C and 49. RGB value is (76,12,73). Sum of RGB (Red+Green+Blue) = 76+12+73=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0C49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0C49 is #B3F3B6. Grayscale: #252525. Windows color (decimal): -11793335 or 4787276. OLE color: 4787276.

HSL color Cylindrical-coordinate representation of color #4C0C49: hue angle of 302.81º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C0C49 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 12 73 -
CMYK 0 0.84 0.04 0.70
HSL 302.81º 0.73% 0.17% -
HSV(B) 302.81º 0.84% 0.3% -
XYZ 4.31 2.28 6.52 -
YUV 38.09 147.7 155.04 -
System Red Green Blue C M Y K H S L
Decimal 76 12 73 0 0.84 0.04 0.70 302.81 0.73 0.17
Hex 4C C 49 0 54 4 46 12F 49 11
Octal 114 14 111 0 124 4 106 457 111 21
Binary 1001100 1100 1001001 0 1010100 100 1000110 100101111 1001001 10001

Color Harmonies of #4C0C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0C49

Black with #4C0C49

Text Example


Text Example

White with #4C0C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,12,73); }

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

background-color css

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

 a { background-color: rgb(76,12,73); }

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

border-color css

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

 span { border-color: rgb(76,12,73); }

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