Html Css Color HEX #41113C Mardi Gras

📋 copy color: '#41113C'

red 65 ◦ green 17 ◦ blue 60

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

Shades of Mardi Gras #41113C

Tints of Mardi Gras #41113C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.97%

 BLUE value IS 60 (23.83% from 255) = 42.25%

R = 45.77%
G = 11.97%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#41113C (or 0x41113C) is known color: Mardi Gras. HEX triplet: 41, 11 and 3C. RGB value is (65,17,60). Sum of RGB (Red+Green+Blue) = 65+17+60=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #41113C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41113C is #BEEEC3. Grayscale: #242424. Windows color (decimal): -12512964 or 3936577. OLE color: 3936577.

HSL color Cylindrical-coordinate representation of color #41113C: hue angle of 306.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41113C is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 17 60 -
CMYK 0 0.74 0.08 0.75
HSL 306.25º 0.59% 0.16% -
HSV(B) 306.25º 0.74% 0.25% -
XYZ 3.2 1.85 4.46 -
YUV 36.25 141.4 148.5 -
System Red Green Blue C M Y K H S L
Decimal 65 17 60 0 0.74 0.08 0.75 306.25 0.59 0.16
Hex 41 11 3C 0 4A 8 4B 132 3B 10
Octal 101 21 74 0 112 10 113 462 73 20
Binary 1000001 10001 111100 0 1001010 1000 1001011 100110010 111011 10000

Color Harmonies of #41113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41113C

Black with #41113C

Text Example


Text Example

White with #41113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41113C; }

 p { color: rgb(65,17,60); }

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

background-color css

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

 a { background-color: rgb(65,17,60); }

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

border-color css

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

 span { border-color: rgb(65,17,60); }

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