Html Css Color HEX #441540 Mardi Gras

📋 copy color: '#441540'

red 68 ◦ green 21 ◦ blue 64

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

Shades of Mardi Gras #441540

Tints of Mardi Gras #441540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.73%

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

R = 44.44%
G = 13.73%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.73

RGB Variations

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

Color information

#441540 (or 0x441540) is known color: Mardi Gras. HEX triplet: 44, 15 and 40. RGB value is (68,21,64). Sum of RGB (Red+Green+Blue) = 68+21+64=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #441540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441540 is #BBEABF. Grayscale: #272727. Windows color (decimal): -12315328 or 4199748. OLE color: 4199748.

HSL color Cylindrical-coordinate representation of color #441540: hue angle of 305.11º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #441540 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 21 64 -
CMYK 0 0.69 0.06 0.73
HSL 305.11º 0.53% 0.17% -
HSV(B) 305.11º 0.69% 0.27% -
XYZ 3.58 2.14 5.07 -
YUV 39.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 68 21 64 0 0.69 0.06 0.73 305.11 0.53 0.17
Hex 44 15 40 0 45 6 49 131 35 11
Octal 104 25 100 0 105 6 111 461 65 21
Binary 1000100 10101 1000000 0 1000101 110 1001001 100110001 110101 10001

Color Harmonies of #441540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441540

Black with #441540

Text Example


Text Example

White with #441540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441540; }

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

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

background-color css

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

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

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

border-color css

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

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

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