Html Css Color HEX #410F40 Mardi Gras

📋 copy color: '#410F40'

red 65 ◦ green 15 ◦ blue 64

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

Shades of Mardi Gras #410F40

Tints of Mardi Gras #410F40

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.42%

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

R = 45.14%
G = 10.42%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#410F40 (or 0x410F40) is known color: Mardi Gras. HEX triplet: 41, 0F and 40. RGB value is (65,15,64). Sum of RGB (Red+Green+Blue) = 65+15+64=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 64 (25.39% from 255 or 44.44% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #410F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F40 is #BEF0BF. Grayscale: #232323. Windows color (decimal): -12513472 or 4198209. OLE color: 4198209.

HSL color Cylindrical-coordinate representation of color #410F40: hue angle of 301.2º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #410F40 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 15 64 -
CMYK 0 0.77 0.02 0.75
HSL 301.2º 0.63% 0.16% -
HSV(B) 301.2º 0.77% 0.25% -
XYZ 3.28 1.84 5.03 -
YUV 35.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 65 15 64 0 0.77 0.02 0.75 301.2 0.63 0.16
Hex 41 F 40 0 4D 2 4B 12D 3E 10
Octal 101 17 100 0 115 2 113 455 76 20
Binary 1000001 1111 1000000 0 1001101 10 1001011 100101101 111110 10000

Color Harmonies of #410F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410F40

Black with #410F40

Text Example


Text Example

White with #410F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410F40; }

 p { color: rgb(65,15,64); }

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

background-color css

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

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

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

border-color css

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

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

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