Html Css Color HEX #41193F Mardi Gras

📋 copy color: '#41193F'

red 65 ◦ green 25 ◦ blue 63

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

Shades of Mardi Gras #41193F

Tints of Mardi Gras #41193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.34%

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

R = 42.48%
G = 16.34%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41193F (or 0x41193F) is known color: Mardi Gras. HEX triplet: 41, 19 and 3F. RGB value is (65,25,63). Sum of RGB (Red+Green+Blue) = 65+25+63=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #41193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41193F is #BEE6C0. Grayscale: #292929. Windows color (decimal): -12510913 or 4135233. OLE color: 4135233.

HSL color Cylindrical-coordinate representation of color #41193F: hue angle of 303º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41193F is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 25 63 -
CMYK 0 0.62 0.03 0.75
HSL 303º 0.44% 0.18% -
HSV(B) 303º 0.62% 0.25% -
XYZ 3.42 2.18 4.94 -
YUV 41.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 65 25 63 0 0.62 0.03 0.75 303 0.44 0.18
Hex 41 19 3F 0 3E 3 4B 12F 2C 12
Octal 101 31 77 0 76 3 113 457 54 22
Binary 1000001 11001 111111 0 111110 11 1001011 100101111 101100 10010

Color Harmonies of #41193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41193F

Black with #41193F

Text Example


Text Example

White with #41193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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