#44063E

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

Shades of Mardi Gras #44063E

Tints of Mardi Gras #44063E

Color information

#44063E (or 0x44063E) is unknown color: approx Mardi Gras. HEX triplet: 44, 06 and 3E. RGB value is (68,6,62). Sum of RGB (Red+Green+Blue) = 68+6+62=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #44063E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44063E is #BBF9C1. Grayscale: #1E1E1E. Windows color (decimal): -12319170 or 4064836. OLE color: 4064836.

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

Color convert

RGB68662-
CMYK00.910.090.73
HSL305.81º83.78%14.51%-
HSV(B)305.81º91.18%26.67%-
XYZ3.321.714.71-
YUV30.92145.54154.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 4.41%
BLUE value IS 62 (24.61% from 255) = 45.59%
R=50%
G=4.41%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6866200.910.090.73305.8183.7814.51
Hex4463E05B94913254f
Octal10467601331111146212417
Binary1000100110111110010110111001100100110011001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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