#481745

Color #481745 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #481745

Tints of Mardi Gras #481745

Color information

#481745 (or 0x481745) is unknown color: approx Mardi Gras. HEX triplet: 48, 17 and 45. RGB value is (72,23,69). Sum of RGB (Red+Green+Blue) = 72+23+69=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 69 (27.34% from 255 or 42.07% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #481745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481745 is #B7E8BA. Grayscale: #2A2A2A. Windows color (decimal): -12052667 or 4527944. OLE color: 4527944.

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

Color convert

RGB722369-
CMYK00.680.040.72
HSL303.67º51.58%18.63%-
HSV(B)303.67º68.06%28.24%-
XYZ4.052.425.88-
YUV42.9142.73148.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 69 (27.34% from 255) = 42.07%
R=43.90%
G=14.02%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72236900.680.040.72303.6751.5818.63
Hex4817450444481303413
Octal11027105010441104606423
Binary100100010111100010101000100100100100010011000011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481745; }

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

 H1.HeaderClassName
 {
   color: #481745;
 }
 .AnyTagClassName
 {
   color: #481745;
 }
</style>
background-color css

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

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

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

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

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

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