Html Css Color HEX #41093C Mardi Gras

📋 copy color: '#41093C'

red 65 ◦ green 9 ◦ blue 60

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

Shades of Mardi Gras #41093C

Tints of Mardi Gras #41093C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.72%

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

R = 48.51%
G = 6.72%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#41093C (or 0x41093C) is known color: Mardi Gras. HEX triplet: 41, 09 and 3C. RGB value is (65,9,60). Sum of RGB (Red+Green+Blue) = 65+9+60=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #41093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41093C is #BEF6C3. Grayscale: #1F1F1F. Windows color (decimal): -12515012 or 3934529. OLE color: 3934529.

HSL color Cylindrical-coordinate representation of color #41093C: hue angle of 305.36º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41093C is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 9 60 -
CMYK 0 0.86 0.08 0.75
HSL 305.36º 0.76% 0.15% -
HSV(B) 305.36º 0.86% 0.25% -
XYZ 3.09 1.65 4.43 -
YUV 31.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 65 9 60 0 0.86 0.08 0.75 305.36 0.76 0.15
Hex 41 9 3C 0 56 8 4B 131 4C F
Octal 101 11 74 0 126 10 113 461 114 17
Binary 1000001 1001 111100 0 1010110 1000 1001011 100110001 1001100 1111

Color Harmonies of #41093C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41093C

Black with #41093C

Text Example


Text Example

White with #41093C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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