#451541

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

Shades of Mardi Gras #451541

Tints of Mardi Gras #451541

Color information

#451541 (or 0x451541) is unknown color: approx Mardi Gras. HEX triplet: 45, 15 and 41. RGB value is (69,21,65). Sum of RGB (Red+Green+Blue) = 69+21+65=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #451541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451541 is #BAEABE. Grayscale: #282828. Windows color (decimal): -12249791 or 4265285. OLE color: 4265285.

HSL color Cylindrical-coordinate representation of color #451541: hue angle of 305º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451541 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB692165-
CMYK00.700.060.73
HSL305º53.33%17.65%-
HSV(B)305º69.57%27.06%-
XYZ3.682.185.23-
YUV40.37141.9148.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.52%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 65 (25.78% from 255) = 41.94%
R=44.52%
G=13.55%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69216500.700.060.7330553.3317.65
Hex4515410466491313512
Octal10525101010661114616522
Binary100010110101100000101000110110100100110011000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451541; }

 p { color: rgb(69,21,65); }

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

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

 a { background-color: rgb(69,21,65); }

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

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

 span { border-color: rgb(69,21,65); }

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