Html Css Color HEX #480545 Mardi Gras

📋 copy color: '#480545'

red 72 ◦ green 5 ◦ blue 69

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

Shades of Mardi Gras #480545

Tints of Mardi Gras #480545

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.42%

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

R = 49.32%
G = 3.42%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#480545 (or 0x480545) is known color: Mardi Gras. HEX triplet: 48, 05 and 45. RGB value is (72,5,69). Sum of RGB (Red+Green+Blue) = 72+5+69=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 69 (27.34% from 255 or 47.26% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #480545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480545 is #B7FABA. Grayscale: #202020. Windows color (decimal): -12057275 or 4523336. OLE color: 4523336.

HSL color Cylindrical-coordinate representation of color #480545: hue angle of 302.69º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480545 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 5 69 -
CMYK 0 0.93 0.04 0.72
HSL 302.69º 0.87% 0.15% -
HSV(B) 302.69º 0.93% 0.28% -
XYZ 3.8 1.92 5.8 -
YUV 32.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 72 5 69 0 0.93 0.04 0.72 302.69 0.87 0.15
Hex 48 5 45 0 5D 4 48 12F 57 F
Octal 110 5 105 0 135 4 110 457 127 17
Binary 1001000 101 1000101 0 1011101 100 1001000 100101111 1010111 1111

Color Harmonies of #480545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480545

Black with #480545

Text Example


Text Example

White with #480545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480545; }

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

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

background-color css

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

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

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

border-color css

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

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

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