Html Css Color HEX #41093B Mardi Gras

📋 copy color: '#41093B'

red 65 ◦ green 9 ◦ blue 59

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

Shades of Mardi Gras #41093B

Tints of Mardi Gras #41093B

RGB

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

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

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

R = 48.87%
G = 6.77%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#41093B (or 0x41093B) is known color: Mardi Gras. HEX triplet: 41, 09 and 3B. RGB value is (65,9,59). Sum of RGB (Red+Green+Blue) = 65+9+59=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #41093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41093B is #BEF6C4. Grayscale: #1F1F1F. Windows color (decimal): -12515013 or 3868993. OLE color: 3868993.

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

Color convert

RGB 65 9 59 -
CMYK 0 0.86 0.09 0.75
HSL 306.43º 0.76% 0.15% -
HSV(B) 306.43º 0.86% 0.25% -
XYZ 3.07 1.63 4.29 -
YUV 31.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 65 9 59 0 0.86 0.09 0.75 306.43 0.76 0.15
Hex 41 9 3B 0 56 9 4B 132 4C F
Octal 101 11 73 0 126 11 113 462 114 17
Binary 1000001 1001 111011 0 1010110 1001 1001011 100110010 1001100 1111

Color Harmonies of #41093B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41093B

Black with #41093B

Text Example


Text Example

White with #41093B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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