Html Css Color HEX #41143F Mardi Gras

📋 copy color: '#41143F'

red 65 ◦ green 20 ◦ blue 63

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

Shades of Mardi Gras #41143F

Tints of Mardi Gras #41143F

RGB

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

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

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

R = 43.92%
G = 13.51%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41143F (or 0x41143F) is known color: Mardi Gras. HEX triplet: 41, 14 and 3F. RGB value is (65,20,63). Sum of RGB (Red+Green+Blue) = 65+20+63=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 20 (8.20% from 255 or 13.51% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41143F is #BEEBC0. Grayscale: #262626. Windows color (decimal): -12512193 or 4133953. OLE color: 4133953.

HSL color Cylindrical-coordinate representation of color #41143F: hue angle of 302.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 #41143F is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 20 63 -
CMYK 0 0.69 0.03 0.75
HSL 302.67º 0.53% 0.17% -
HSV(B) 302.67º 0.69% 0.25% -
XYZ 3.33 1.98 4.91 -
YUV 38.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 65 20 63 0 0.69 0.03 0.75 302.67 0.53 0.17
Hex 41 14 3F 0 45 3 4B 12F 35 11
Octal 101 24 77 0 105 3 113 457 65 21
Binary 1000001 10100 111111 0 1000101 11 1001011 100101111 110101 10001

Color Harmonies of #41143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41143F

Black with #41143F

Text Example


Text Example

White with #41143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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