Html Css Color HEX #480345 Mardi Gras

📋 copy color: '#480345'

red 72 ◦ green 3 ◦ blue 69

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

Shades of Mardi Gras #480345

Tints of Mardi Gras #480345

RGB

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

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

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

R = 50%
G = 2.08%
B = 47.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#480345 (or 0x480345) is known color: Mardi Gras. HEX triplet: 48, 03 and 45. RGB value is (72,3,69). Sum of RGB (Red+Green+Blue) = 72+3+69=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 69 (27.34% from 255 or 47.92% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #480345 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480345 is #B7FCBA. Grayscale: #1E1E1E. Windows color (decimal): -12057787 or 4522824. OLE color: 4522824.

HSL color Cylindrical-coordinate representation of color #480345: hue angle of 302.61º 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 #480345 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 3 69 -
CMYK 0 0.96 0.04 0.72
HSL 302.61º 0.92% 0.15% -
HSV(B) 302.61º 0.96% 0.28% -
XYZ 3.78 1.87 5.79 -
YUV 31.16 149.36 157.13 -
System Red Green Blue C M Y K H S L
Decimal 72 3 69 0 0.96 0.04 0.72 302.61 0.92 0.15
Hex 48 3 45 0 60 4 48 12F 5C F
Octal 110 3 105 0 140 4 110 457 134 17
Binary 1001000 11 1000101 0 1100000 100 1001000 100101111 1011100 1111

Color Harmonies of #480345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480345

Black with #480345

Text Example


Text Example

White with #480345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480345; }

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

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

background-color css

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

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

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

border-color css

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

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

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