Html Css Color HEX #41143C Mardi Gras

📋 copy color: '#41143C'

red 65 ◦ green 20 ◦ blue 60

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

Shades of Mardi Gras #41143C

Tints of Mardi Gras #41143C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

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

R = 44.83%
G = 13.79%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#41143C (or 0x41143C) is known color: Mardi Gras. HEX triplet: 41, 14 and 3C. RGB value is (65,20,60). Sum of RGB (Red+Green+Blue) = 65+20+60=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 60 (23.83% from 255 or 41.38% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #41143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41143C is #BEEBC3. Grayscale: #252525. Windows color (decimal): -12512196 or 3937345. OLE color: 3937345.

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

Color convert

RGB 65 20 60 -
CMYK 0 0.69 0.08 0.75
HSL 306.67º 0.53% 0.17% -
HSV(B) 306.67º 0.69% 0.25% -
XYZ 3.25 1.95 4.48 -
YUV 38.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 65 20 60 0 0.69 0.08 0.75 306.67 0.53 0.17
Hex 41 14 3C 0 45 8 4B 133 35 11
Octal 101 24 74 0 105 10 113 463 65 21
Binary 1000001 10100 111100 0 1000101 1000 1001011 100110011 110101 10001

Color Harmonies of #41143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41143C

Black with #41143C

Text Example


Text Example

White with #41143C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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