#44084B

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

Shades of Mardi Gras #44084B

Tints of Mardi Gras #44084B

Color information

#44084B (or 0x44084B) is unknown color: approx Mardi Gras. HEX triplet: 44, 08 and 4B. RGB value is (68,8,75). Sum of RGB (Red+Green+Blue) = 68+8+75=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #44084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44084B is #BBF7B4. Grayscale: #212121. Windows color (decimal): -12318645 or 4917316. OLE color: 4917316.

HSL color Cylindrical-coordinate representation of color #44084B: hue angle of 293.73º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44084B is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB68875-
CMYK0.090.8900.71
HSL293.73º80.72%16.27%-
HSV(B)293.73º89.33%29.41%-
XYZ3.741.916.83-
YUV33.58151.38152.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.03%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 75 (29.69% from 255) = 49.67%
R=45.03%
G=5.30%
B=49.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal688750.090.8900.71293.7380.7216.27
Hex4484B9590471265110
Octal1041011311131010744612120
Binary1000100100010010111001101100101000111100100110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44084B; }

 p { color: rgb(68,8,75); }

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

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

 a { background-color: rgb(68,8,75); }

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

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

 span { border-color: rgb(68,8,75); }

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