Html Css Color HEX #411239 Mardi Gras

📋 copy color: '#411239'

red 65 ◦ green 18 ◦ blue 57

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

Shades of Mardi Gras #411239

Tints of Mardi Gras #411239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.86%

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

R = 46.43%
G = 12.86%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#411239 (or 0x411239) is known color: Mardi Gras. HEX triplet: 41, 12 and 39. RGB value is (65,18,57). Sum of RGB (Red+Green+Blue) = 65+18+57=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 57 (22.66% from 255 or 40.71% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #411239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411239 is #BEEDC6. Grayscale: #242424. Windows color (decimal): -12512711 or 3740225. OLE color: 3740225.

HSL color Cylindrical-coordinate representation of color #411239: hue angle of 310.21º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #411239 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 18 57 -
CMYK 0 0.72 0.12 0.75
HSL 310.21º 0.57% 0.16% -
HSV(B) 310.21º 0.72% 0.25% -
XYZ 3.13 1.85 4.06 -
YUV 36.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 65 18 57 0 0.72 0.12 0.75 310.21 0.57 0.16
Hex 41 12 39 0 48 C 4B 136 39 10
Octal 101 22 71 0 110 14 113 466 71 20
Binary 1000001 10010 111001 0 1001000 1100 1001011 100110110 111001 10000

Color Harmonies of #411239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411239

Black with #411239

Text Example


Text Example

White with #411239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411239; }

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

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

background-color css

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

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

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

border-color css

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

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

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