Html Css Color HEX #41183A Mardi Gras

📋 copy color: '#41183A'

red 65 ◦ green 24 ◦ blue 58

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

Shades of Mardi Gras #41183A

Tints of Mardi Gras #41183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.33%

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

R = 44.22%
G = 16.33%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#41183A (or 0x41183A) is known color: Mardi Gras. HEX triplet: 41, 18 and 3A. RGB value is (65,24,58). Sum of RGB (Red+Green+Blue) = 65+24+58=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #41183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41183A is #BEE7C5. Grayscale: #282828. Windows color (decimal): -12511174 or 3807297. OLE color: 3807297.

HSL color Cylindrical-coordinate representation of color #41183A: hue angle of 310.24º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41183A is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 24 58 -
CMYK 0 0.63 0.11 0.75
HSL 310.24º 0.46% 0.17% -
HSV(B) 310.24º 0.63% 0.25% -
XYZ 3.27 2.08 4.23 -
YUV 40.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 65 24 58 0 0.63 0.11 0.75 310.24 0.46 0.17
Hex 41 18 3A 0 3F B 4B 136 2E 11
Octal 101 30 72 0 77 13 113 466 56 21
Binary 1000001 11000 111010 0 111111 1011 1001011 100110110 101110 10001

Color Harmonies of #41183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41183A

Black with #41183A

Text Example


Text Example

White with #41183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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