Html Css Color HEX #480141 Mardi Gras

📋 copy color: '#480141'

red 72 ◦ green 1 ◦ blue 65

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

Shades of Mardi Gras #480141

Tints of Mardi Gras #480141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.72%

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

R = 52.17%
G = 0.72%
B = 47.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#480141 (or 0x480141) is known color: Mardi Gras. HEX triplet: 48, 01 and 41. RGB value is (72,1,65). Sum of RGB (Red+Green+Blue) = 72+1+65=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #480141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480141 is #B7FEBE. Grayscale: #1D1D1D. Windows color (decimal): -12058303 or 4260168. OLE color: 4260168.

HSL color Cylindrical-coordinate representation of color #480141: hue angle of 305.92º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480141 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 1 65 -
CMYK 0 0.99 0.10 0.72
HSL 305.92º 0.97% 0.14% -
HSV(B) 305.92º 0.99% 0.28% -
XYZ 3.64 1.78 5.15 -
YUV 29.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 72 1 65 0 0.99 0.10 0.72 305.92 0.97 0.14
Hex 48 1 41 0 63 A 48 132 61 E
Octal 110 1 101 0 143 12 110 462 141 16
Binary 1001000 1 1000001 0 1100011 1010 1001000 100110010 1100001 1110

Color Harmonies of #480141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480141

Black with #480141

Text Example


Text Example

White with #480141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480141; }

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

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

background-color css

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

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

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

border-color css

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

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

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