#44103B

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

Shades of Mardi Gras #44103B

Tints of Mardi Gras #44103B

Color information

#44103B (or 0x44103B) is unknown color: approx Mardi Gras. HEX triplet: 44, 10 and 3B. RGB value is (68,16,59). Sum of RGB (Red+Green+Blue) = 68+16+59=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #44103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44103B is #BBEFC4. Grayscale: #242424. Windows color (decimal): -12316613 or 3870788. OLE color: 3870788.

HSL color Cylindrical-coordinate representation of color #44103B: hue angle of 310.38º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44103B is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB681659-
CMYK00.760.130.73
HSL310.38º61.9%16.47%-
HSV(B)310.38º76.47%26.67%-
XYZ3.361.924.33-
YUV36.45140.73150.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.55%
GREEN value IS 16 (6.64% from 255) = 11.19%
BLUE value IS 59 (23.44% from 255) = 41.26%
R=47.55%
G=11.19%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68165900.760.130.73310.3861.916.47
Hex44103B04CD491363e10
Octal10420730114151114667620
Binary100010010000111011010011001101100100110011011011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44103B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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