Html Css Color HEX #480741 Mardi Gras

📋 copy color: '#480741'

red 72 ◦ green 7 ◦ blue 65

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

Shades of Mardi Gras #480741

Tints of Mardi Gras #480741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.86%

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

R = 50%
G = 4.86%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#480741 (or 0x480741) is known color: Mardi Gras. HEX triplet: 48, 07 and 41. RGB value is (72,7,65). Sum of RGB (Red+Green+Blue) = 72+7+65=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #480741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480741 is #B7F8BE. Grayscale: #202020. Windows color (decimal): -12056767 or 4261704. OLE color: 4261704.

HSL color Cylindrical-coordinate representation of color #480741: hue angle of 306.46º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480741 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 7 65 -
CMYK 0 0.90 0.10 0.72
HSL 306.46º 0.82% 0.15% -
HSV(B) 306.46º 0.9% 0.28% -
XYZ 3.7 1.91 5.17 -
YUV 33.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 72 7 65 0 0.90 0.10 0.72 306.46 0.82 0.15
Hex 48 7 41 0 5A A 48 132 52 F
Octal 110 7 101 0 132 12 110 462 122 17
Binary 1001000 111 1000001 0 1011010 1010 1001000 100110010 1010010 1111

Color Harmonies of #480741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480741

Black with #480741

Text Example


Text Example

White with #480741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480741; }

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

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

background-color css

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

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

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

border-color css

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

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

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