Html Css Color HEX #480F45 Mardi Gras

📋 copy color: '#480F45'

red 72 ◦ green 15 ◦ blue 69

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

Shades of Mardi Gras #480F45

Tints of Mardi Gras #480F45

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.62%

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

R = 46.15%
G = 9.62%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#480F45 (or 0x480F45) is known color: Mardi Gras. HEX triplet: 48, 0F and 45. RGB value is (72,15,69). Sum of RGB (Red+Green+Blue) = 72+15+69=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 69 (27.34% from 255 or 44.23% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #480F45 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F45 is #B7F0BA. Grayscale: #262626. Windows color (decimal): -12054715 or 4525896. OLE color: 4525896.

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

Color convert

RGB 72 15 69 -
CMYK 0 0.79 0.04 0.72
HSL 303.16º 0.66% 0.17% -
HSV(B) 303.16º 0.79% 0.28% -
XYZ 3.92 2.15 5.84 -
YUV 38.2 145.38 152.11 -
System Red Green Blue C M Y K H S L
Decimal 72 15 69 0 0.79 0.04 0.72 303.16 0.66 0.17
Hex 48 F 45 0 4F 4 48 12F 42 11
Octal 110 17 105 0 117 4 110 457 102 21
Binary 1001000 1111 1000101 0 1001111 100 1001000 100101111 1000010 10001

Color Harmonies of #480F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480F45

Black with #480F45

Text Example


Text Example

White with #480F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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