Html Css Color HEX #440143 Mardi Gras

📋 copy color: '#440143'

red 68 ◦ green 1 ◦ blue 67

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

Shades of Mardi Gras #440143

Tints of Mardi Gras #440143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

 BLUE value IS 67 (26.56% from 255) = 49.26%

R = 50%
G = 0.74%
B = 49.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#440143 (or 0x440143) is known color: Mardi Gras. HEX triplet: 44, 01 and 43. RGB value is (68,1,67). Sum of RGB (Red+Green+Blue) = 68+1+67=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #440143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440143 is #BBFEBC. Grayscale: #1C1C1C. Windows color (decimal): -12320445 or 4391236. OLE color: 4391236.

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

Color convert

RGB 68 1 67 -
CMYK 0 0.99 0.01 0.73
HSL 300.9º 0.97% 0.14% -
HSV(B) 300.9º 0.99% 0.27% -
XYZ 3.41 1.66 5.45 -
YUV 28.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 68 1 67 0 0.99 0.01 0.73 300.9 0.97 0.14
Hex 44 1 43 0 63 1 49 12D 61 E
Octal 104 1 103 0 143 1 111 455 141 16
Binary 1000100 1 1000011 0 1100011 1 1001001 100101101 1100001 1110

Color Harmonies of #440143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440143

Black with #440143

Text Example


Text Example

White with #440143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440143; }

 p { color: rgb(68,1,67); }

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

background-color css

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

 a { background-color: rgb(68,1,67); }

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

border-color css

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

 span { border-color: rgb(68,1,67); }

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