Html Css Color HEX #440A48 Mardi Gras

📋 copy color: '#440A48'

red 68 ◦ green 10 ◦ blue 72

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

Shades of Mardi Gras #440A48

Tints of Mardi Gras #440A48

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.67%

 BLUE value IS 72 (28.52% from 255) = 48%

R = 45.33%
G = 6.67%
B = 48%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#440A48 (or 0x440A48) is known color: Mardi Gras. HEX triplet: 44, 0A and 48. RGB value is (68,10,72). Sum of RGB (Red+Green+Blue) = 68+10+72=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #440A48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440A48 is #BBF5B7. Grayscale: #222222. Windows color (decimal): -12318136 or 4721220. OLE color: 4721220.

HSL color Cylindrical-coordinate representation of color #440A48: hue angle of 296.13º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #440A48 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 68 10 72 -
CMYK 0.06 0.86 0 0.72
HSL 296.13º 0.76% 0.16% -
HSV(B) 296.13º 0.86% 0.28% -
XYZ 3.66 1.91 6.31 -
YUV 34.41 149.22 151.96 -
System Red Green Blue C M Y K H S L
Decimal 68 10 72 0.06 0.86 0 0.72 296.13 0.76 0.16
Hex 44 A 48 6 56 0 48 128 4C 10
Octal 104 12 110 6 126 0 110 450 114 20
Binary 1000100 1010 1001000 110 1010110 0 1001000 100101000 1001100 10000

Color Harmonies of #440A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440A48

Black with #440A48

Text Example


Text Example

White with #440A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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