#451841

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

Shades of Mardi Gras #451841

Tints of Mardi Gras #451841

Color information

#451841 (or 0x451841) is unknown color: approx Mardi Gras. HEX triplet: 45, 18 and 41. RGB value is (69,24,65). Sum of RGB (Red+Green+Blue) = 69+24+65=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #451841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451841 is #BAE7BE. Grayscale: #2A2A2A. Windows color (decimal): -12249023 or 4266053. OLE color: 4266053.

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

Color convert

RGB692465-
CMYK00.650.060.73
HSL305.33º48.39%18.24%-
HSV(B)305.33º65.22%27.06%-
XYZ3.742.35.25-
YUV42.13140.91147.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 65 (25.78% from 255) = 41.14%
R=43.67%
G=15.19%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69246500.650.060.73305.3348.3918.24
Hex4518410416491313012
Octal10530101010161114616022
Binary100010111000100000101000001110100100110011000111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451841; }

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

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

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

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

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

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

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

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