#44023E

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

Shades of Mardi Gras #44023E

Tints of Mardi Gras #44023E

Color information

#44023E (or 0x44023E) is unknown color: approx Mardi Gras. HEX triplet: 44, 02 and 3E. RGB value is (68,2,62). Sum of RGB (Red+Green+Blue) = 68+2+62=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #44023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44023E is #BBFDC1. Grayscale: #1C1C1C. Windows color (decimal): -12320194 or 4063812. OLE color: 4063812.

HSL color Cylindrical-coordinate representation of color #44023E: hue angle of 305.45º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44023E is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB68262-
CMYK00.970.090.73
HSL305.45º94.29%13.73%-
HSV(B)305.45º97.06%26.67%-
XYZ3.281.624.7-
YUV28.57146.87156.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.52%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 62 (24.61% from 255) = 46.97%
R=51.52%
G=1.52%
B=46.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6826200.970.090.73305.4594.2913.73
Hex4423E0619491315ee
Octal10427601411111146113616
Binary100010010111110011000011001100100110011000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44023E; }

 p { color: rgb(68,2,62); }

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

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

 a { background-color: rgb(68,2,62); }

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

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

 span { border-color: rgb(68,2,62); }

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