#451343

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

Shades of Mardi Gras #451343

Tints of Mardi Gras #451343

Color information

#451343 (or 0x451343) is unknown color: approx Mardi Gras. HEX triplet: 45, 13 and 43. RGB value is (69,19,67). Sum of RGB (Red+Green+Blue) = 69+19+67=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #451343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451343 is #BAECBC. Grayscale: #272727. Windows color (decimal): -12250301 or 4395845. OLE color: 4395845.

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

Color convert

RGB691967-
CMYK00.720.030.73
HSL302.4º56.82%17.25%-
HSV(B)302.4º72.46%27.06%-
XYZ3.72.145.53-
YUV39.42143.56149.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.52%
GREEN value IS 19 (7.81% from 255) = 12.26%
BLUE value IS 67 (26.56% from 255) = 43.23%
R=44.52%
G=12.26%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69196700.720.030.73302.456.8217.25
Hex45134304834912e3911
Octal10523103011031114567121
Binary10001011001110000110100100011100100110010111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451343; }

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

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

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

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

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

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

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

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