Html Css Color HEX #480A45 Mardi Gras

📋 copy color: '#480A45'

red 72 ◦ green 10 ◦ blue 69

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

Shades of Mardi Gras #480A45

Tints of Mardi Gras #480A45

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.62%

 BLUE value IS 69 (27.34% from 255) = 45.7%

R = 47.68%
G = 6.62%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#480A45 (or 0x480A45) is known color: Mardi Gras. HEX triplet: 48, 0A and 45. RGB value is (72,10,69). Sum of RGB (Red+Green+Blue) = 72+10+69=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 69 (27.34% from 255 or 45.70% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #480A45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480A45 is #B7F5BA. Grayscale: #232323. Windows color (decimal): -12055995 or 4524616. OLE color: 4524616.

HSL color Cylindrical-coordinate representation of color #480A45: hue angle of 302.9º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #480A45 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 10 69 -
CMYK 0 0.86 0.04 0.72
HSL 302.9º 0.76% 0.16% -
HSV(B) 302.9º 0.86% 0.28% -
XYZ 3.86 2.02 5.82 -
YUV 35.26 147.04 154.2 -
System Red Green Blue C M Y K H S L
Decimal 72 10 69 0 0.86 0.04 0.72 302.9 0.76 0.16
Hex 48 A 45 0 56 4 48 12F 4C 10
Octal 110 12 105 0 126 4 110 457 114 20
Binary 1001000 1010 1000101 0 1010110 100 1001000 100101111 1001100 10000

Color Harmonies of #480A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480A45

Black with #480A45

Text Example


Text Example

White with #480A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480A45; }

 p { color: rgb(72,10,69); }

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

background-color css

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

 a { background-color: rgb(72,10,69); }

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

border-color css

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

 span { border-color: rgb(72,10,69); }

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