Html Css Color HEX #480E44 Mardi Gras

📋 copy color: '#480E44'

red 72 ◦ green 14 ◦ blue 68

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

Shades of Mardi Gras #480E44

Tints of Mardi Gras #480E44

RGB

 RED value IS 72 (28.52% from 255) = 46.75%

 GREEN value IS 14 (5.86% from 255) = 9.09%

 BLUE value IS 68 (26.95% from 255) = 44.16%

R = 46.75%
G = 9.09%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#480E44 (or 0x480E44) is known color: Mardi Gras. HEX triplet: 48, 0E and 44. RGB value is (72,14,68). Sum of RGB (Red+Green+Blue) = 72+14+68=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #480E44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480E44 is #B7F1BB. Grayscale: #252525. Windows color (decimal): -12054972 or 4460104. OLE color: 4460104.

HSL color Cylindrical-coordinate representation of color #480E44: hue angle of 304.14º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #480E44 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 14 68 -
CMYK 0 0.81 0.06 0.72
HSL 304.14º 0.67% 0.17% -
HSV(B) 304.14º 0.81% 0.28% -
XYZ 3.87 2.11 5.67 -
YUV 37.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 72 14 68 0 0.81 0.06 0.72 304.14 0.67 0.17
Hex 48 E 44 0 51 6 48 130 43 11
Octal 110 16 104 0 121 6 110 460 103 21
Binary 1001000 1110 1000100 0 1010001 110 1001000 100110000 1000011 10001

Color Harmonies of #480E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480E44

Black with #480E44

Text Example


Text Example

White with #480E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480E44; }

 p { color: rgb(72,14,68); }

 H1.HeaderClassName
 {
   color: #480E44;
 }
 .AnyTagClassName
 {
   color: #480E44;
 }
</style>

background-color css

<style>
 a { background-color: #480E44; }

 a { background-color: rgb(72,14,68); }

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

border-color css

<style>
 span { border-color: #480E44; }

 span { border-color: rgb(72,14,68); }

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