Html Css Color HEX #480043 Mardi Gras

📋 copy color: '#480043'

red 72 ◦ green 0 ◦ blue 67

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

Shades of Mardi Gras #480043

Tints of Mardi Gras #480043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 67 (26.56% from 255) = 48.2%

R = 51.8%
G = 0%
B = 48.2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#480043 (or 0x480043) is known color: Mardi Gras. HEX triplet: 48, 00 and 43. RGB value is (72,0,67). Sum of RGB (Red+Green+Blue) = 72+0+67=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 67 (26.56% from 255 or 48.20% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #480043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480043 is #B7FFBC. Grayscale: #1C1C1C. Windows color (decimal): -12058557 or 4390984. OLE color: 4390984.

HSL color Cylindrical-coordinate representation of color #480043: hue angle of 304.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480043 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 0 67 -
CMYK 0 1 0.07 0.72
HSL 304.17º 1% 0.14% -
HSV(B) 304.17º 1% 0.28% -
XYZ 3.69 1.78 5.46 -
YUV 29.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 72 0 67 0 1 0.07 0.72 304.17 1 0.14
Hex 48 0 43 0 64 7 48 130 64 E
Octal 110 0 103 0 144 7 110 460 144 16
Binary 1001000 0 1000011 0 1100100 111 1001000 100110000 1100100 1110

Color Harmonies of #480043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480043

Black with #480043

Text Example


Text Example

White with #480043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480043; }

 p { color: rgb(72,0,67); }

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

background-color css

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

 a { background-color: rgb(72,0,67); }

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

border-color css

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

 span { border-color: rgb(72,0,67); }

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