#440A3E

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

Shades of Mardi Gras #440A3E

Tints of Mardi Gras #440A3E

Color information

#440A3E (or 0x440A3E) is unknown color: approx Mardi Gras. HEX triplet: 44, 0A and 3E. RGB value is (68,10,62). Sum of RGB (Red+Green+Blue) = 68+10+62=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #440A3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440A3E is #BBF5C1. Grayscale: #212121. Windows color (decimal): -12318146 or 4065860. OLE color: 4065860.

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

Color convert

RGB681062-
CMYK00.850.090.73
HSL306.21º74.36%15.29%-
HSV(B)306.21º85.29%26.67%-
XYZ3.361.794.73-
YUV33.27144.22152.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 10 (4.30% from 255) = 7.14%
BLUE value IS 62 (24.61% from 255) = 44.29%
R=48.57%
G=7.14%
B=44.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68106200.850.090.73306.2174.3615.29
Hex44A3E0559491324af
Octal104127601251111146211217
Binary10001001010111110010101011001100100110011001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440A3E; }

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

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

<style>
 a { background-color: #440A3E; }

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

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

<style>
 span { border-color: #440A3E; }

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

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