Html Css Color HEX #480947 Mardi Gras

📋 copy color: '#480947'

red 72 ◦ green 9 ◦ blue 71

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

Shades of Mardi Gras #480947

Tints of Mardi Gras #480947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 46.71%

R = 47.37%
G = 5.92%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#480947 (or 0x480947) is known color: Mardi Gras. HEX triplet: 48, 09 and 47. RGB value is (72,9,71). Sum of RGB (Red+Green+Blue) = 72+9+71=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #480947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480947 is #B7F6B8. Grayscale: #222222. Windows color (decimal): -12056249 or 4655432. OLE color: 4655432.

HSL color Cylindrical-coordinate representation of color #480947: hue angle of 300.95º 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 #480947 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 9 71 -
CMYK 0 0.88 0.01 0.72
HSL 300.95º 0.78% 0.16% -
HSV(B) 300.95º 0.88% 0.28% -
XYZ 3.91 2.03 6.15 -
YUV 34.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 72 9 71 0 0.88 0.01 0.72 300.95 0.78 0.16
Hex 48 9 47 0 58 1 48 12D 4E 10
Octal 110 11 107 0 130 1 110 455 116 20
Binary 1001000 1001 1000111 0 1011000 1 1001000 100101101 1001110 10000

Color Harmonies of #480947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480947

Black with #480947

Text Example


Text Example

White with #480947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480947; }

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

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

background-color css

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

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

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

border-color css

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

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

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