Html Css Color HEX #41113D Mardi Gras

📋 copy color: '#41113D'

red 65 ◦ green 17 ◦ blue 61

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

Shades of Mardi Gras #41113D

Tints of Mardi Gras #41113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.89%

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

R = 45.45%
G = 11.89%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#41113D (or 0x41113D) is known color: Mardi Gras. HEX triplet: 41, 11 and 3D. RGB value is (65,17,61). Sum of RGB (Red+Green+Blue) = 65+17+61=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #41113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41113D is #BEEEC2. Grayscale: #242424. Windows color (decimal): -12512963 or 4002113. OLE color: 4002113.

HSL color Cylindrical-coordinate representation of color #41113D: hue angle of 305º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41113D is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 17 61 -
CMYK 0 0.74 0.06 0.75
HSL 305º 0.59% 0.16% -
HSV(B) 305º 0.74% 0.25% -
XYZ 3.22 1.86 4.6 -
YUV 36.37 141.9 148.42 -
System Red Green Blue C M Y K H S L
Decimal 65 17 61 0 0.74 0.06 0.75 305 0.59 0.16
Hex 41 11 3D 0 4A 6 4B 131 3B 10
Octal 101 21 75 0 112 6 113 461 73 20
Binary 1000001 10001 111101 0 1001010 110 1001011 100110001 111011 10000

Color Harmonies of #41113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41113D

Black with #41113D

Text Example


Text Example

White with #41113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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