#45193F

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

Shades of Mardi Gras #45193F

Tints of Mardi Gras #45193F

Color information

#45193F (or 0x45193F) is unknown color: approx Mardi Gras. HEX triplet: 45, 19 and 3F. RGB value is (69,25,63). Sum of RGB (Red+Green+Blue) = 69+25+63=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #45193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45193F is #BAE6C0. Grayscale: #2A2A2A. Windows color (decimal): -12248769 or 4135237. OLE color: 4135237.

HSL color Cylindrical-coordinate representation of color #45193F: hue angle of 308.18º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45193F is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB692563-
CMYK00.640.090.73
HSL308.18º46.81%18.43%-
HSV(B)308.18º63.77%27.06%-
XYZ3.72.324.96-
YUV42.49139.58146.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 25 (10.16% from 255) = 15.92%
BLUE value IS 63 (25% from 255) = 40.13%
R=43.95%
G=15.92%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69256300.640.090.73308.1846.8118.43
Hex45193F0409491342f12
Octal10531770100111114645722
Binary100010111001111111010000001001100100110011010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45193F; }

 p { color: rgb(69,25,63); }

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

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

 a { background-color: rgb(69,25,63); }

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

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

 span { border-color: rgb(69,25,63); }

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