Html Css Color HEX #440240 Mardi Gras

📋 copy color: '#440240'

red 68 ◦ green 2 ◦ blue 64

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

Shades of Mardi Gras #440240

Tints of Mardi Gras #440240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.49%

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

R = 50.75%
G = 1.49%
B = 47.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#440240 (or 0x440240) is known color: Mardi Gras. HEX triplet: 44, 02 and 40. RGB value is (68,2,64). Sum of RGB (Red+Green+Blue) = 68+2+64=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #440240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440240 is #BBFDBF. Grayscale: #1C1C1C. Windows color (decimal): -12320192 or 4194884. OLE color: 4194884.

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

Color convert

RGB 68 2 64 -
CMYK 0 0.97 0.06 0.73
HSL 303.64º 0.94% 0.14% -
HSV(B) 303.64º 0.97% 0.27% -
XYZ 3.33 1.64 4.99 -
YUV 28.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 68 2 64 0 0.97 0.06 0.73 303.64 0.94 0.14
Hex 44 2 40 0 61 6 49 130 5E E
Octal 104 2 100 0 141 6 111 460 136 16
Binary 1000100 10 1000000 0 1100001 110 1001001 100110000 1011110 1110

Color Harmonies of #440240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440240

Black with #440240

Text Example


Text Example

White with #440240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440240; }

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

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

background-color css

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

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

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

border-color css

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

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

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