Html Css Color HEX #41143B Mardi Gras

📋 copy color: '#41143B'

red 65 ◦ green 20 ◦ blue 59

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

Shades of Mardi Gras #41143B

Tints of Mardi Gras #41143B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.97%

R = 45.14%
G = 13.89%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#41143B (or 0x41143B) is known color: Mardi Gras. HEX triplet: 41, 14 and 3B. RGB value is (65,20,59). Sum of RGB (Red+Green+Blue) = 65+20+59=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41143B is #BEEBC4. Grayscale: #252525. Windows color (decimal): -12512197 or 3871809. OLE color: 3871809.

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

Color convert

RGB 65 20 59 -
CMYK 0 0.69 0.09 0.75
HSL 308º 0.53% 0.17% -
HSV(B) 308º 0.69% 0.25% -
XYZ 3.22 1.94 4.34 -
YUV 37.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 65 20 59 0 0.69 0.09 0.75 308 0.53 0.17
Hex 41 14 3B 0 45 9 4B 134 35 11
Octal 101 24 73 0 105 11 113 464 65 21
Binary 1000001 10100 111011 0 1000101 1001 1001011 100110100 110101 10001

Color Harmonies of #41143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41143B

Black with #41143B

Text Example


Text Example

White with #41143B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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