Html Css Color HEX #480943 Mardi Gras

📋 copy color: '#480943'

red 72 ◦ green 9 ◦ blue 67

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

Shades of Mardi Gras #480943

Tints of Mardi Gras #480943

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.08%

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

R = 48.65%
G = 6.08%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.72

RGB Variations

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

Color information

#480943 (or 0x480943) is known color: Mardi Gras. HEX triplet: 48, 09 and 43. RGB value is (72,9,67). Sum of RGB (Red+Green+Blue) = 72+9+67=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #480943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480943 is #B7F6BC. Grayscale: #222222. Windows color (decimal): -12056253 or 4393288. OLE color: 4393288.

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

Color convert

RGB 72 9 67 -
CMYK 0 0.88 0.07 0.72
HSL 304.76º 0.78% 0.16% -
HSV(B) 304.76º 0.88% 0.28% -
XYZ 3.78 1.98 5.49 -
YUV 34.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 72 9 67 0 0.88 0.07 0.72 304.76 0.78 0.16
Hex 48 9 43 0 58 7 48 131 4E 10
Octal 110 11 103 0 130 7 110 461 116 20
Binary 1001000 1001 1000011 0 1011000 111 1001000 100110001 1001110 10000

Color Harmonies of #480943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480943

Black with #480943

Text Example


Text Example

White with #480943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480943; }

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

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

background-color css

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

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

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

border-color css

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

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

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