Html Css Color HEX #440741 Mardi Gras

📋 copy color: '#440741'

red 68 ◦ green 7 ◦ blue 65

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

Shades of Mardi Gras #440741

Tints of Mardi Gras #440741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5%

 BLUE value IS 65 (25.78% from 255) = 46.43%

R = 48.57%
G = 5%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#440741 (or 0x440741) is known color: Mardi Gras. HEX triplet: 44, 07 and 41. RGB value is (68,7,65). Sum of RGB (Red+Green+Blue) = 68+7+65=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #440741 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440741 is #BBF8BE. Grayscale: #1F1F1F. Windows color (decimal): -12318911 or 4261700. OLE color: 4261700.

HSL color Cylindrical-coordinate representation of color #440741: hue angle of 302.95º 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 #440741 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 7 65 -
CMYK 0 0.90 0.04 0.73
HSL 302.95º 0.81% 0.15% -
HSV(B) 302.95º 0.9% 0.27% -
XYZ 3.41 1.76 5.16 -
YUV 31.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 68 7 65 0 0.90 0.04 0.73 302.95 0.81 0.15
Hex 44 7 41 0 5A 4 49 12F 51 F
Octal 104 7 101 0 132 4 111 457 121 17
Binary 1000100 111 1000001 0 1011010 100 1001001 100101111 1010001 1111

Color Harmonies of #440741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440741

Black with #440741

Text Example


Text Example

White with #440741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440741; }

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

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

background-color css

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

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

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

border-color css

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

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

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