#44083E

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

Shades of Mardi Gras #44083E

Tints of Mardi Gras #44083E

Color information

#44083E (or 0x44083E) is unknown color: approx Mardi Gras. HEX triplet: 44, 08 and 3E. RGB value is (68,8,62). Sum of RGB (Red+Green+Blue) = 68+8+62=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 62 (24.61% from 255 or 44.93% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #44083E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44083E is #BBF7C1. Grayscale: #1F1F1F. Windows color (decimal): -12318658 or 4065348. OLE color: 4065348.

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

Color convert

RGB68862-
CMYK00.880.090.73
HSL306º78.95%14.9%-
HSV(B)306º88.24%26.67%-
XYZ3.341.754.72-
YUV32.1144.88153.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.28%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 62 (24.61% from 255) = 44.93%
R=49.28%
G=5.80%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6886200.880.090.7330678.9514.9
Hex4483E0589491324ff
Octal104107601301111146211717
Binary10001001000111110010110001001100100110011001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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