#44073B

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

Shades of Mardi Gras #44073B

Tints of Mardi Gras #44073B

Color information

#44073B (or 0x44073B) is unknown color: approx Mardi Gras. HEX triplet: 44, 07 and 3B. RGB value is (68,7,59). Sum of RGB (Red+Green+Blue) = 68+7+59=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 7 (3.12% from 255 or 5.22% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #44073B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44073B is #BBF8C4. Grayscale: #1F1F1F. Windows color (decimal): -12318917 or 3868484. OLE color: 3868484.

HSL color Cylindrical-coordinate representation of color #44073B: hue angle of 308.85º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44073B is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB68759-
CMYK00.900.130.73
HSL308.85º81.33%14.71%-
HSV(B)308.85º89.71%26.67%-
XYZ3.251.74.29-
YUV31.17143.71154.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.75%
GREEN value IS 7 (3.12% from 255) = 5.22%
BLUE value IS 59 (23.44% from 255) = 44.03%
R=50.75%
G=5.22%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6875900.900.130.73308.8581.3314.71
Hex4473B05AD4913551f
Octal10477301321511146512117
Binary1000100111111011010110101101100100110011010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44073B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,7,59); }

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

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

 a { background-color: rgb(68,7,59); }

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

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

 span { border-color: rgb(68,7,59); }

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