Html Css Color HEX #480740 Mardi Gras

📋 copy color: '#480740'

red 72 ◦ green 7 ◦ blue 64

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

Shades of Mardi Gras #480740

Tints of Mardi Gras #480740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 44.76%

R = 50.35%
G = 4.9%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#480740 (or 0x480740) is known color: Mardi Gras. HEX triplet: 48, 07 and 40. RGB value is (72,7,64). Sum of RGB (Red+Green+Blue) = 72+7+64=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #480740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480740 is #B7F8BF. Grayscale: #202020. Windows color (decimal): -12056768 or 4196168. OLE color: 4196168.

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

Color convert

RGB 72 7 64 -
CMYK 0 0.90 0.11 0.72
HSL 307.38º 0.82% 0.15% -
HSV(B) 307.38º 0.9% 0.28% -
XYZ 3.67 1.9 5.02 -
YUV 32.93 145.53 155.87 -
System Red Green Blue C M Y K H S L
Decimal 72 7 64 0 0.90 0.11 0.72 307.38 0.82 0.15
Hex 48 7 40 0 5A B 48 133 52 F
Octal 110 7 100 0 132 13 110 463 122 17
Binary 1001000 111 1000000 0 1011010 1011 1001000 100110011 1010010 1111

Color Harmonies of #480740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480740

Black with #480740

Text Example


Text Example

White with #480740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480740; }

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

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

background-color css

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

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

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

border-color css

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

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

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