Html Css Color HEX #41193A Mardi Gras

📋 copy color: '#41193A'

red 65 ◦ green 25 ◦ blue 58

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

Shades of Mardi Gras #41193A

Tints of Mardi Gras #41193A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 39.19%

R = 43.92%
G = 16.89%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#41193A (or 0x41193A) is known color: Mardi Gras. HEX triplet: 41, 19 and 3A. RGB value is (65,25,58). Sum of RGB (Red+Green+Blue) = 65+25+58=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41193A is #BEE6C5. Grayscale: #282828. Windows color (decimal): -12510918 or 3807553. OLE color: 3807553.

HSL color Cylindrical-coordinate representation of color #41193A: hue angle of 310.5º 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 #41193A is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 25 58 -
CMYK 0 0.62 0.11 0.75
HSL 310.5º 0.44% 0.18% -
HSV(B) 310.5º 0.62% 0.25% -
XYZ 3.29 2.12 4.24 -
YUV 40.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 65 25 58 0 0.62 0.11 0.75 310.5 0.44 0.18
Hex 41 19 3A 0 3E B 4B 136 2C 12
Octal 101 31 72 0 76 13 113 466 54 22
Binary 1000001 11001 111010 0 111110 1011 1001011 100110110 101100 10010

Color Harmonies of #41193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41193A

Black with #41193A

Text Example


Text Example

White with #41193A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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