Html Css Color HEX #441943 Mardi Gras

📋 copy color: '#441943'

red 68 ◦ green 25 ◦ blue 67

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

Shades of Mardi Gras #441943

Tints of Mardi Gras #441943

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.63%

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

R = 42.5%
G = 15.63%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#441943 (or 0x441943) is known color: Mardi Gras. HEX triplet: 44, 19 and 43. RGB value is (68,25,67). Sum of RGB (Red+Green+Blue) = 68+25+67=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 68 - color contains mainly: red. Hex color #441943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441943 is #BBE6BC. Grayscale: #2A2A2A. Windows color (decimal): -12314301 or 4397380. OLE color: 4397380.

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

Color convert

RGB 68 25 67 -
CMYK 0 0.63 0.01 0.73
HSL 301.4º 0.46% 0.18% -
HSV(B) 301.4º 0.63% 0.27% -
XYZ 3.74 2.33 5.56 -
YUV 42.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 68 25 67 0 0.63 0.01 0.73 301.4 0.46 0.18
Hex 44 19 43 0 3F 1 49 12D 2E 12
Octal 104 31 103 0 77 1 111 455 56 22
Binary 1000100 11001 1000011 0 111111 1 1001001 100101101 101110 10010

Color Harmonies of #441943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441943

Black with #441943

Text Example


Text Example

White with #441943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441943; }

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

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

background-color css

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

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

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

border-color css

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

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

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