Html Css Color HEX #411541 Mardi Gras

📋 copy color: '#411541'

red 65 ◦ green 21 ◦ blue 65

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

Shades of Mardi Gras #411541

Tints of Mardi Gras #411541

RGB

 RED value IS 65 (25.78% from 255) = 43.05%

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

 BLUE value IS 65 (25.78% from 255) = 43.05%

R = 43.05%
G = 13.91%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#411541 (or 0x411541) is known color: Mardi Gras. HEX triplet: 41, 15 and 41. RGB value is (65,21,65). Sum of RGB (Red+Green+Blue) = 65+21+65=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 65 - color contains mainly: red, blue. Hex color #411541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411541 is #BEEABE. Grayscale: #272727. Windows color (decimal): -12511935 or 4265281. OLE color: 4265281.

HSL color Cylindrical-coordinate representation of color #411541: hue angle of 300º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #411541 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 21 65 -
CMYK 0 0.68 0 0.75
HSL 300º 0.51% 0.17% -
HSV(B) 300º 0.68% 0.25% -
XYZ 3.4 2.04 5.22 -
YUV 39.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 65 21 65 0 0.68 0 0.75 300 0.51 0.17
Hex 41 15 41 0 44 0 4B 12C 33 11
Octal 101 25 101 0 104 0 113 454 63 21
Binary 1000001 10101 1000001 0 1000100 0 1001011 100101100 110011 10001

Color Harmonies of #411541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411541

Black with #411541

Text Example


Text Example

White with #411541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411541; }

 p { color: rgb(65,21,65); }

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

background-color css

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

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

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

border-color css

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

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

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