Html Css Color HEX #41193C Mardi Gras

📋 copy color: '#41193C'

red 65 ◦ green 25 ◦ blue 60

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

Shades of Mardi Gras #41193C

Tints of Mardi Gras #41193C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 40%

R = 43.33%
G = 16.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#41193C (or 0x41193C) is known color: Mardi Gras. HEX triplet: 41, 19 and 3C. RGB value is (65,25,60). Sum of RGB (Red+Green+Blue) = 65+25+60=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #41193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41193C is #BEE6C3. Grayscale: #282828. Windows color (decimal): -12510916 or 3938625. OLE color: 3938625.

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

Color convert

RGB 65 25 60 -
CMYK 0 0.62 0.08 0.75
HSL 307.5º 0.44% 0.18% -
HSV(B) 307.5º 0.62% 0.25% -
XYZ 3.34 2.15 4.51 -
YUV 40.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 65 25 60 0 0.62 0.08 0.75 307.5 0.44 0.18
Hex 41 19 3C 0 3E 8 4B 134 2C 12
Octal 101 31 74 0 76 10 113 464 54 22
Binary 1000001 11001 111100 0 111110 1000 1001011 100110100 101100 10010

Color Harmonies of #41193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41193C

Black with #41193C

Text Example


Text Example

White with #41193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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