#451441

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

Shades of Mardi Gras #451441

Tints of Mardi Gras #451441

Color information

#451441 (or 0x451441) is unknown color: approx Mardi Gras. HEX triplet: 45, 14 and 41. RGB value is (69,20,65). Sum of RGB (Red+Green+Blue) = 69+20+65=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #451441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451441 is #BAEBBE. Grayscale: #272727. Windows color (decimal): -12250047 or 4265029. OLE color: 4265029.

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

Color convert

RGB692065-
CMYK00.710.060.73
HSL304.9º55.06%17.45%-
HSV(B)304.9º71.01%27.06%-
XYZ3.662.155.22-
YUV39.78142.23148.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 65 (25.78% from 255) = 42.21%
R=44.81%
G=12.99%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69206500.710.060.73304.955.0617.45
Hex4514410476491313711
Octal10524101010761114616721
Binary100010110100100000101000111110100100110011000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451441; }

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

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

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

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

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

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

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

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