Html Css Color HEX #41143D Mardi Gras

📋 copy color: '#41143D'

red 65 ◦ green 20 ◦ blue 61

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

Shades of Mardi Gras #41143D

Tints of Mardi Gras #41143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 41.78%

R = 44.52%
G = 13.7%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#41143D (or 0x41143D) is known color: Mardi Gras. HEX triplet: 41, 14 and 3D. RGB value is (65,20,61). Sum of RGB (Red+Green+Blue) = 65+20+61=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41143D is #BEEBC2. Grayscale: #262626. Windows color (decimal): -12512195 or 4002881. OLE color: 4002881.

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

Color convert

RGB 65 20 61 -
CMYK 0 0.69 0.06 0.75
HSL 305.33º 0.53% 0.17% -
HSV(B) 305.33º 0.69% 0.25% -
XYZ 3.27 1.96 4.62 -
YUV 38.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 65 20 61 0 0.69 0.06 0.75 305.33 0.53 0.17
Hex 41 14 3D 0 45 6 4B 131 35 11
Octal 101 24 75 0 105 6 113 461 65 21
Binary 1000001 10100 111101 0 1000101 110 1001011 100110001 110101 10001

Color Harmonies of #41143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41143D

Black with #41143D

Text Example


Text Example

White with #41143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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