Html Css Color HEX #440C41 Mardi Gras

📋 copy color: '#440C41'

red 68 ◦ green 12 ◦ blue 65

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

Shades of Mardi Gras #440C41

Tints of Mardi Gras #440C41

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.28%

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

R = 46.9%
G = 8.28%
B = 44.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#440C41 (or 0x440C41) is known color: Mardi Gras. HEX triplet: 44, 0C and 41. RGB value is (68,12,65). Sum of RGB (Red+Green+Blue) = 68+12+65=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 68 - color contains mainly: red. Hex color #440C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440C41 is #BBF3BE. Grayscale: #222222. Windows color (decimal): -12317631 or 4262980. OLE color: 4262980.

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

Color convert

RGB 68 12 65 -
CMYK 0 0.82 0.04 0.73
HSL 303.21º 0.7% 0.16% -
HSV(B) 303.21º 0.82% 0.27% -
XYZ 3.47 1.87 5.18 -
YUV 34.79 145.05 151.69 -
System Red Green Blue C M Y K H S L
Decimal 68 12 65 0 0.82 0.04 0.73 303.21 0.7 0.16
Hex 44 C 41 0 52 4 49 12F 46 10
Octal 104 14 101 0 122 4 111 457 106 20
Binary 1000100 1100 1000001 0 1010010 100 1001001 100101111 1000110 10000

Color Harmonies of #440C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440C41

Black with #440C41

Text Example


Text Example

White with #440C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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