Html Css Color HEX #411846 Mardi Gras

📋 copy color: '#411846'

red 65 ◦ green 24 ◦ blue 70

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

Shades of Mardi Gras #411846

Tints of Mardi Gras #411846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.09%

 BLUE value IS 70 (27.73% from 255) = 44.03%

R = 40.88%
G = 15.09%
B = 44.03%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#411846 (or 0x411846) is known color: Mardi Gras. HEX triplet: 41, 18 and 46. RGB value is (65,24,70). Sum of RGB (Red+Green+Blue) = 65+24+70=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 70 - color contains mainly: blue. Hex color #411846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411846 is #BEE7B9. Grayscale: #292929. Windows color (decimal): -12511162 or 4593729. OLE color: 4593729.

HSL color Cylindrical-coordinate representation of color #411846: hue angle of 293.48º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #411846 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 24 70 -
CMYK 0.07 0.66 0 0.73
HSL 293.48º 0.49% 0.18% -
HSV(B) 293.48º 0.66% 0.27% -
XYZ 3.61 2.22 6.03 -
YUV 41.5 144.08 144.76 -
System Red Green Blue C M Y K H S L
Decimal 65 24 70 0.07 0.66 0 0.73 293.48 0.49 0.18
Hex 41 18 46 7 42 0 49 125 31 12
Octal 101 30 106 7 102 0 111 445 61 22
Binary 1000001 11000 1000110 111 1000010 0 1001001 100100101 110001 10010

Color Harmonies of #411846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411846

Black with #411846

Text Example


Text Example

White with #411846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411846; }

 p { color: rgb(65,24,70); }

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

background-color css

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

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

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

border-color css

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

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

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