Html Css Color HEX #480841 Mardi Gras

📋 copy color: '#480841'

red 72 ◦ green 8 ◦ blue 65

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

Shades of Mardi Gras #480841

Tints of Mardi Gras #480841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.52%

 BLUE value IS 65 (25.78% from 255) = 44.83%

R = 49.66%
G = 5.52%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#480841 (or 0x480841) is known color: Mardi Gras. HEX triplet: 48, 08 and 41. RGB value is (72,8,65). Sum of RGB (Red+Green+Blue) = 72+8+65=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #480841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480841 is #B7F7BE. Grayscale: #212121. Windows color (decimal): -12056511 or 4261960. OLE color: 4261960.

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

Color convert

RGB 72 8 65 -
CMYK 0 0.89 0.10 0.72
HSL 306.56º 0.8% 0.16% -
HSV(B) 306.56º 0.89% 0.28% -
XYZ 3.71 1.93 5.18 -
YUV 33.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 72 8 65 0 0.89 0.10 0.72 306.56 0.8 0.16
Hex 48 8 41 0 59 A 48 133 50 10
Octal 110 10 101 0 131 12 110 463 120 20
Binary 1001000 1000 1000001 0 1011001 1010 1001000 100110011 1010000 10000

Color Harmonies of #480841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480841

Black with #480841

Text Example


Text Example

White with #480841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480841; }

 p { color: rgb(72,8,65); }

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

background-color css

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

 a { background-color: rgb(72,8,65); }

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

border-color css

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

 span { border-color: rgb(72,8,65); }

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