Html Css Color HEX #440E3F Mardi Gras

📋 copy color: '#440E3F'

red 68 ◦ green 14 ◦ blue 63

#440E3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #440E3F

Tints of Mardi Gras #440E3F

RGB

 RED value IS 68 (26.95% from 255) = 46.9%

 GREEN value IS 14 (5.86% from 255) = 9.66%

 BLUE value IS 63 (25% from 255) = 43.45%

R = 46.9%
G = 9.66%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#440E3F (or 0x440E3F) is known color: Mardi Gras. HEX triplet: 44, 0E and 3F. RGB value is (68,14,63). Sum of RGB (Red+Green+Blue) = 68+14+63=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #440E3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440E3F is #BBF1C0. Grayscale: #232323. Windows color (decimal): -12317121 or 4132420. OLE color: 4132420.

HSL color Cylindrical-coordinate representation of color #440E3F: hue angle of 305.56º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #440E3F is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 14 63 -
CMYK 0 0.79 0.07 0.73
HSL 305.56º 0.66% 0.16% -
HSV(B) 305.56º 0.79% 0.27% -
XYZ 3.44 1.9 4.89 -
YUV 35.73 143.39 151.02 -
System Red Green Blue C M Y K H S L
Decimal 68 14 63 0 0.79 0.07 0.73 305.56 0.66 0.16
Hex 44 E 3F 0 4F 7 49 132 42 10
Octal 104 16 77 0 117 7 111 462 102 20
Binary 1000100 1110 111111 0 1001111 111 1001001 100110010 1000010 10000

Color Harmonies of #440E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440E3F

Black with #440E3F

Text Example


Text Example

White with #440E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,14,63); }

 H1.HeaderClassName
 {
   color: #440E3F;
 }
 .AnyTagClassName
 {
   color: #440E3F;
 }
</style>

background-color css

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

 a { background-color: rgb(68,14,63); }

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

border-color css

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

 span { border-color: rgb(68,14,63); }

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