Html Css Color HEX #480341 Mardi Gras

📋 copy color: '#480341'

red 72 ◦ green 3 ◦ blue 65

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

Shades of Mardi Gras #480341

Tints of Mardi Gras #480341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.14%

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

R = 51.43%
G = 2.14%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#480341 (or 0x480341) is known color: Mardi Gras. HEX triplet: 48, 03 and 41. RGB value is (72,3,65). Sum of RGB (Red+Green+Blue) = 72+3+65=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #480341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480341 is #B7FCBE. Grayscale: #1E1E1E. Windows color (decimal): -12057791 or 4260680. OLE color: 4260680.

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

Color convert

RGB 72 3 65 -
CMYK 0 0.96 0.10 0.72
HSL 306.09º 0.92% 0.15% -
HSV(B) 306.09º 0.96% 0.28% -
XYZ 3.66 1.82 5.16 -
YUV 30.7 147.36 157.46 -
System Red Green Blue C M Y K H S L
Decimal 72 3 65 0 0.96 0.10 0.72 306.09 0.92 0.15
Hex 48 3 41 0 60 A 48 132 5C F
Octal 110 3 101 0 140 12 110 462 134 17
Binary 1001000 11 1000001 0 1100000 1010 1001000 100110010 1011100 1111

Color Harmonies of #480341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480341

Black with #480341

Text Example


Text Example

White with #480341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480341; }

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

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

background-color css

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

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

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

border-color css

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

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

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