Html Css Color HEX #441745 Mardi Gras

📋 copy color: '#441745'

red 68 ◦ green 23 ◦ blue 69

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

Shades of Mardi Gras #441745

Tints of Mardi Gras #441745

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.38%

 BLUE value IS 69 (27.34% from 255) = 43.13%

R = 42.5%
G = 14.38%
B = 43.13%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#441745 (or 0x441745) is known color: Mardi Gras. HEX triplet: 44, 17 and 45. RGB value is (68,23,69). Sum of RGB (Red+Green+Blue) = 68+23+69=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 69 (27.34% from 255 or 43.12% from 160); Max value from RGB is 69 - color contains mainly: blue. Hex color #441745 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441745 is #BBE8BA. Grayscale: #292929. Windows color (decimal): -12314811 or 4527940. OLE color: 4527940.

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

Color convert

RGB 68 23 69 -
CMYK 0.01 0.67 0 0.73
HSL 298.7º 0.5% 0.18% -
HSV(B) 298.7º 0.67% 0.27% -
XYZ 3.76 2.27 5.87 -
YUV 41.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 68 23 69 0.01 0.67 0 0.73 298.7 0.5 0.18
Hex 44 17 45 1 43 0 49 12B 32 12
Octal 104 27 105 1 103 0 111 453 62 22
Binary 1000100 10111 1000101 1 1000011 0 1001001 100101011 110010 10010

Color Harmonies of #441745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441745

Black with #441745

Text Example


Text Example

White with #441745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441745; }

 p { color: rgb(68,23,69); }

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

background-color css

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

 a { background-color: rgb(68,23,69); }

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

border-color css

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

 span { border-color: rgb(68,23,69); }

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