Html Css Color HEX #4D0F48 Mardi Gras

📋 copy color: '#4D0F48'

red 77 ◦ green 15 ◦ blue 72

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

Shades of Mardi Gras #4D0F48

Tints of Mardi Gras #4D0F48

RGB

 RED value IS 77 (30.47% from 255) = 46.95%

 GREEN value IS 15 (6.25% from 255) = 9.15%

 BLUE value IS 72 (28.52% from 255) = 43.9%

R = 46.95%
G = 9.15%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#4D0F48 (or 0x4D0F48) is known color: Mardi Gras. HEX triplet: 4D, 0F and 48. RGB value is (77,15,72). Sum of RGB (Red+Green+Blue) = 77+15+72=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 15 (6.25% from 255 or 9.15% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0F48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0F48 is #B2F0B7. Grayscale: #272727. Windows color (decimal): -11727032 or 4722509. OLE color: 4722509.

HSL color Cylindrical-coordinate representation of color #4D0F48: hue angle of 304.84º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D0F48 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 15 72 -
CMYK 0 0.81 0.06 0.70
HSL 304.84º 0.67% 0.18% -
HSV(B) 304.84º 0.81% 0.3% -
XYZ 4.4 2.39 6.36 -
YUV 40.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 77 15 72 0 0.81 0.06 0.70 304.84 0.67 0.18
Hex 4D F 48 0 51 6 46 131 43 12
Octal 115 17 110 0 121 6 106 461 103 22
Binary 1001101 1111 1001000 0 1010001 110 1000110 100110001 1000011 10010

Color Harmonies of #4D0F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0F48

Black with #4D0F48

Text Example


Text Example

White with #4D0F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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