Html Css Color HEX #44143F Mardi Gras

📋 copy color: '#44143F'

red 68 ◦ green 20 ◦ blue 63

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

Shades of Mardi Gras #44143F

Tints of Mardi Gras #44143F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.25%

 BLUE value IS 63 (25% from 255) = 41.72%

R = 45.03%
G = 13.25%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#44143F (or 0x44143F) is known color: Mardi Gras. HEX triplet: 44, 14 and 3F. RGB value is (68,20,63). Sum of RGB (Red+Green+Blue) = 68+20+63=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #44143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44143F is #BBEBC0. Grayscale: #272727. Windows color (decimal): -12315585 or 4133956. OLE color: 4133956.

HSL color Cylindrical-coordinate representation of color #44143F: hue angle of 306.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44143F is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 20 63 -
CMYK 0 0.71 0.07 0.73
HSL 306.25º 0.55% 0.17% -
HSV(B) 306.25º 0.71% 0.27% -
XYZ 3.53 2.09 4.92 -
YUV 39.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 68 20 63 0 0.71 0.07 0.73 306.25 0.55 0.17
Hex 44 14 3F 0 47 7 49 132 37 11
Octal 104 24 77 0 107 7 111 462 67 21
Binary 1000100 10100 111111 0 1000111 111 1001001 100110010 110111 10001

Color Harmonies of #44143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44143F

Black with #44143F

Text Example


Text Example

White with #44143F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44143F; }

 p { color: rgb(68,20,63); }

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

background-color css

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

 a { background-color: rgb(68,20,63); }

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

border-color css

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

 span { border-color: rgb(68,20,63); }

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