Html Css Color HEX #411539 Mardi Gras

📋 copy color: '#411539'

red 65 ◦ green 21 ◦ blue 57

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

Shades of Mardi Gras #411539

Tints of Mardi Gras #411539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 39.86%

R = 45.45%
G = 14.69%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#411539 (or 0x411539) is known color: Mardi Gras. HEX triplet: 41, 15 and 39. RGB value is (65,21,57). Sum of RGB (Red+Green+Blue) = 65+21+57=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #411539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411539 is #BEEAC6. Grayscale: #262626. Windows color (decimal): -12511943 or 3740993. OLE color: 3740993.

HSL color Cylindrical-coordinate representation of color #411539: hue angle of 310.91º 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 #411539 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 21 57 -
CMYK 0 0.68 0.12 0.75
HSL 310.91º 0.51% 0.17% -
HSV(B) 310.91º 0.68% 0.25% -
XYZ 3.19 1.96 4.08 -
YUV 38.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 65 21 57 0 0.68 0.12 0.75 310.91 0.51 0.17
Hex 41 15 39 0 44 C 4B 137 33 11
Octal 101 25 71 0 104 14 113 467 63 21
Binary 1000001 10101 111001 0 1000100 1100 1001011 100110111 110011 10001

Color Harmonies of #411539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411539

Black with #411539

Text Example


Text Example

White with #411539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411539; }

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

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

background-color css

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

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

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

border-color css

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

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

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