Html Css Color HEX #441645 Mardi Gras

📋 copy color: '#441645'

red 68 ◦ green 22 ◦ blue 69

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

Shades of Mardi Gras #441645

Tints of Mardi Gras #441645

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.84%

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

R = 42.77%
G = 13.84%
B = 43.4%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#441645 (or 0x441645) is known color: Mardi Gras. HEX triplet: 44, 16 and 45. RGB value is (68,22,69). Sum of RGB (Red+Green+Blue) = 68+22+69=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 69 - color contains mainly: blue. Hex color #441645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441645 is #BBE9BA. Grayscale: #282828. Windows color (decimal): -12315067 or 4527684. OLE color: 4527684.

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

Color convert

RGB 68 22 69 -
CMYK 0.01 0.68 0 0.73
HSL 298.72º 0.52% 0.18% -
HSV(B) 298.72º 0.68% 0.27% -
XYZ 3.74 2.23 5.86 -
YUV 41.11 143.74 147.18 -
System Red Green Blue C M Y K H S L
Decimal 68 22 69 0.01 0.68 0 0.73 298.72 0.52 0.18
Hex 44 16 45 1 44 0 49 12B 34 12
Octal 104 26 105 1 104 0 111 453 64 22
Binary 1000100 10110 1000101 1 1000100 0 1001001 100101011 110100 10010

Color Harmonies of #441645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441645

Black with #441645

Text Example


Text Example

White with #441645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441645; }

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

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

background-color css

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

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

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

border-color css

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

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

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