Html Css Color HEX #41093F Mardi Gras

📋 copy color: '#41093F'

red 65 ◦ green 9 ◦ blue 63

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

Shades of Mardi Gras #41093F

Tints of Mardi Gras #41093F

RGB

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

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

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

R = 47.45%
G = 6.57%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41093F (or 0x41093F) is known color: Mardi Gras. HEX triplet: 41, 09 and 3F. RGB value is (65,9,63). Sum of RGB (Red+Green+Blue) = 65+9+63=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #41093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41093F is #BEF6C0. Grayscale: #1F1F1F. Windows color (decimal): -12515009 or 4131137. OLE color: 4131137.

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

Color convert

RGB 65 9 63 -
CMYK 0 0.86 0.03 0.75
HSL 302.14º 0.76% 0.15% -
HSV(B) 302.14º 0.86% 0.25% -
XYZ 3.17 1.68 4.86 -
YUV 31.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 65 9 63 0 0.86 0.03 0.75 302.14 0.76 0.15
Hex 41 9 3F 0 56 3 4B 12E 4C F
Octal 101 11 77 0 126 3 113 456 114 17
Binary 1000001 1001 111111 0 1010110 11 1001011 100101110 1001100 1111

Color Harmonies of #41093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41093F

Black with #41093F

Text Example


Text Example

White with #41093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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