Html Css Color HEX #441443 Mardi Gras

📋 copy color: '#441443'

red 68 ◦ green 20 ◦ blue 67

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

Shades of Mardi Gras #441443

Tints of Mardi Gras #441443

RGB

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

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

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

R = 43.87%
G = 12.9%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#441443 (or 0x441443) is known color: Mardi Gras. HEX triplet: 44, 14 and 43. RGB value is (68,20,67). Sum of RGB (Red+Green+Blue) = 68+20+67=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #441443 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441443 is #BBEBBC. Grayscale: #272727. Windows color (decimal): -12315581 or 4396100. OLE color: 4396100.

HSL color Cylindrical-coordinate representation of color #441443: hue angle of 301.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 #441443 is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 20 67 -
CMYK 0 0.71 0.01 0.73
HSL 301.25º 0.55% 0.17% -
HSV(B) 301.25º 0.71% 0.27% -
XYZ 3.65 2.13 5.53 -
YUV 39.71 143.4 148.18 -
System Red Green Blue C M Y K H S L
Decimal 68 20 67 0 0.71 0.01 0.73 301.25 0.55 0.17
Hex 44 14 43 0 47 1 49 12D 37 11
Octal 104 24 103 0 107 1 111 455 67 21
Binary 1000100 10100 1000011 0 1000111 1 1001001 100101101 110111 10001

Color Harmonies of #441443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441443

Black with #441443

Text Example


Text Example

White with #441443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441443; }

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

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

background-color css

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

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

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

border-color css

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

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

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