Html Css Color HEX #41093D Mardi Gras

📋 copy color: '#41093D'

red 65 ◦ green 9 ◦ blue 61

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

Shades of Mardi Gras #41093D

Tints of Mardi Gras #41093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 45.19%

R = 48.15%
G = 6.67%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#41093D (or 0x41093D) is known color: Mardi Gras. HEX triplet: 41, 09 and 3D. RGB value is (65,9,61). Sum of RGB (Red+Green+Blue) = 65+9+61=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #41093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41093D is #BEF6C2. Grayscale: #1F1F1F. Windows color (decimal): -12515011 or 4000065. OLE color: 4000065.

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

Color convert

RGB 65 9 61 -
CMYK 0 0.86 0.06 0.75
HSL 304.29º 0.76% 0.15% -
HSV(B) 304.29º 0.86% 0.25% -
XYZ 3.12 1.66 4.57 -
YUV 31.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 65 9 61 0 0.86 0.06 0.75 304.29 0.76 0.15
Hex 41 9 3D 0 56 6 4B 130 4C F
Octal 101 11 75 0 126 6 113 460 114 17
Binary 1000001 1001 111101 0 1010110 110 1001011 100110000 1001100 1111

Color Harmonies of #41093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41093D

Black with #41093D

Text Example


Text Example

White with #41093D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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