Html Css Color HEX #440440 Mardi Gras

📋 copy color: '#440440'

red 68 ◦ green 4 ◦ blue 64

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

Shades of Mardi Gras #440440

Tints of Mardi Gras #440440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.94%

 BLUE value IS 64 (25.39% from 255) = 47.06%

R = 50%
G = 2.94%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#440440 (or 0x440440) is known color: Mardi Gras. HEX triplet: 44, 04 and 40. RGB value is (68,4,64). Sum of RGB (Red+Green+Blue) = 68+4+64=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #440440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440440 is #BBFBBF. Grayscale: #1D1D1D. Windows color (decimal): -12319680 or 4195396. OLE color: 4195396.

HSL color Cylindrical-coordinate representation of color #440440: hue angle of 303.75º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440440 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 4 64 -
CMYK 0 0.94 0.06 0.73
HSL 303.75º 0.89% 0.14% -
HSV(B) 303.75º 0.94% 0.27% -
XYZ 3.35 1.69 5 -
YUV 29.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 68 4 64 0 0.94 0.06 0.73 303.75 0.89 0.14
Hex 44 4 40 0 5E 6 49 130 59 E
Octal 104 4 100 0 136 6 111 460 131 16
Binary 1000100 100 1000000 0 1011110 110 1001001 100110000 1011001 1110

Color Harmonies of #440440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440440

Black with #440440

Text Example


Text Example

White with #440440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440440; }

 p { color: rgb(68,4,64); }

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

background-color css

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

 a { background-color: rgb(68,4,64); }

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

border-color css

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

 span { border-color: rgb(68,4,64); }

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