#451840

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

Shades of Mardi Gras #451840

Tints of Mardi Gras #451840

Color information

#451840 (or 0x451840) is unknown color: approx Mardi Gras. HEX triplet: 45, 18 and 40. RGB value is (69,24,64). Sum of RGB (Red+Green+Blue) = 69+24+64=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 69 - color contains mainly: red. Hex color #451840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451840 is #BAE7BF. Grayscale: #292929. Windows color (decimal): -12249024 or 4200517. OLE color: 4200517.

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

Color convert

RGB692464-
CMYK00.650.070.73
HSL306.67º48.39%18.24%-
HSV(B)306.67º65.22%27.06%-
XYZ3.712.295.1-
YUV42.02140.41147.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.95%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=43.95%
G=15.29%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69246400.650.070.73306.6748.3918.24
Hex4518400417491333012
Octal10530100010171114636022
Binary100010111000100000001000001111100100110011001111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451840; }

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

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

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

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

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

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

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

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