Html Css Color HEX #41113A Mardi Gras

📋 copy color: '#41113A'

red 65 ◦ green 17 ◦ blue 58

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

Shades of Mardi Gras #41113A

Tints of Mardi Gras #41113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 41.43%

R = 46.43%
G = 12.14%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#41113A (or 0x41113A) is known color: Mardi Gras. HEX triplet: 41, 11 and 3A. RGB value is (65,17,58). Sum of RGB (Red+Green+Blue) = 65+17+58=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #41113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41113A is #BEEEC5. Grayscale: #232323. Windows color (decimal): -12512966 or 3805505. OLE color: 3805505.

HSL color Cylindrical-coordinate representation of color #41113A: hue angle of 308.75º 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 #41113A is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 17 58 -
CMYK 0 0.74 0.11 0.75
HSL 308.75º 0.59% 0.16% -
HSV(B) 308.75º 0.74% 0.25% -
XYZ 3.14 1.83 4.19 -
YUV 36.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 65 17 58 0 0.74 0.11 0.75 308.75 0.59 0.16
Hex 41 11 3A 0 4A B 4B 135 3B 10
Octal 101 21 72 0 112 13 113 465 73 20
Binary 1000001 10001 111010 0 1001010 1011 1001011 100110101 111011 10000

Color Harmonies of #41113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41113A

Black with #41113A

Text Example


Text Example

White with #41113A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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