Html Css Color HEX #441640 Mardi Gras

📋 copy color: '#441640'

red 68 ◦ green 22 ◦ blue 64

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

Shades of Mardi Gras #441640

Tints of Mardi Gras #441640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 41.56%

R = 44.16%
G = 14.29%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#441640 (or 0x441640) is known color: Mardi Gras. HEX triplet: 44, 16 and 40. RGB value is (68,22,64). Sum of RGB (Red+Green+Blue) = 68+22+64=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #441640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441640 is #BBE9BF. Grayscale: #282828. Windows color (decimal): -12315072 or 4200004. OLE color: 4200004.

HSL color Cylindrical-coordinate representation of color #441640: hue angle of 305.22º degrees, saturation: 0.51, 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 #441640 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 22 64 -
CMYK 0 0.68 0.06 0.73
HSL 305.22º 0.51% 0.18% -
HSV(B) 305.22º 0.68% 0.27% -
XYZ 3.6 2.17 5.08 -
YUV 40.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 68 22 64 0 0.68 0.06 0.73 305.22 0.51 0.18
Hex 44 16 40 0 44 6 49 131 33 12
Octal 104 26 100 0 104 6 111 461 63 22
Binary 1000100 10110 1000000 0 1000100 110 1001001 100110001 110011 10010

Color Harmonies of #441640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441640

Black with #441640

Text Example


Text Example

White with #441640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441640; }

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

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

background-color css

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

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

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

border-color css

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

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

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