Html Css Color HEX #411C3F Mardi Gras

📋 copy color: '#411C3F'

red 65 ◦ green 28 ◦ blue 63

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

Shades of Mardi Gras #411C3F

Tints of Mardi Gras #411C3F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.95%

 BLUE value IS 63 (25% from 255) = 40.38%

R = 41.67%
G = 17.95%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#411C3F (or 0x411C3F) is known color: Mardi Gras. HEX triplet: 41, 1C and 3F. RGB value is (65,28,63). Sum of RGB (Red+Green+Blue) = 65+28+63=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #411C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C3F is #BEE3C0. Grayscale: #2A2A2A. Windows color (decimal): -12510145 or 4136001. OLE color: 4136001.

HSL color Cylindrical-coordinate representation of color #411C3F: hue angle of 303.24º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #411C3F is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 28 63 -
CMYK 0 0.57 0.03 0.75
HSL 303.24º 0.4% 0.18% -
HSV(B) 303.24º 0.57% 0.25% -
XYZ 3.49 2.31 4.97 -
YUV 43.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 65 28 63 0 0.57 0.03 0.75 303.24 0.4 0.18
Hex 41 1C 3F 0 39 3 4B 12F 28 12
Octal 101 34 77 0 71 3 113 457 50 22
Binary 1000001 11100 111111 0 111001 11 1001011 100101111 101000 10010

Color Harmonies of #411C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C3F

Black with #411C3F

Text Example


Text Example

White with #411C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411C3F; }

 p { color: rgb(65,28,63); }

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

background-color css

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

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

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

border-color css

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

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

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