#451340

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

Shades of Mardi Gras #451340

Tints of Mardi Gras #451340

Color information

#451340 (or 0x451340) is unknown color: approx Mardi Gras. HEX triplet: 45, 13 and 40. RGB value is (69,19,64). Sum of RGB (Red+Green+Blue) = 69+19+64=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #451340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451340 is #BAECBF. Grayscale: #262626. Windows color (decimal): -12250304 or 4199237. OLE color: 4199237.

HSL color Cylindrical-coordinate representation of color #451340: hue angle of 306º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #451340 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB691964-
CMYK00.720.070.73
HSL306º56.82%17.25%-
HSV(B)306º72.46%27.06%-
XYZ3.612.15.07-
YUV39.08142.06149.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.39%
GREEN value IS 19 (7.81% from 255) = 12.5%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=45.39%
G=12.5%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69196400.720.070.7330656.8217.25
Hex4513400487491323911
Octal10523100011071114627121
Binary100010110011100000001001000111100100110011001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451340; }

 p { color: rgb(69,19,64); }

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

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

 a { background-color: rgb(69,19,64); }

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

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

 span { border-color: rgb(69,19,64); }

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