Html Css Color HEX #41053B Mardi Gras

📋 copy color: '#41053B'

red 65 ◦ green 5 ◦ blue 59

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

Shades of Mardi Gras #41053B

Tints of Mardi Gras #41053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.88%

 BLUE value IS 59 (23.44% from 255) = 45.74%

R = 50.39%
G = 3.88%
B = 45.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#41053B (or 0x41053B) is known color: Mardi Gras. HEX triplet: 41, 05 and 3B. RGB value is (65,5,59). Sum of RGB (Red+Green+Blue) = 65+5+59=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41053B is #BEFAC4. Grayscale: #1C1C1C. Windows color (decimal): -12516037 or 3867969. OLE color: 3867969.

HSL color Cylindrical-coordinate representation of color #41053B: hue angle of 306º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41053B is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 5 59 -
CMYK 0 0.92 0.09 0.75
HSL 306º 0.86% 0.14% -
HSV(B) 306º 0.92% 0.25% -
XYZ 3.02 1.55 4.28 -
YUV 29.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 65 5 59 0 0.92 0.09 0.75 306 0.86 0.14
Hex 41 5 3B 0 5C 9 4B 132 56 E
Octal 101 5 73 0 134 11 113 462 126 16
Binary 1000001 101 111011 0 1011100 1001 1001011 100110010 1010110 1110

Color Harmonies of #41053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41053B

Black with #41053B

Text Example


Text Example

White with #41053B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41053B; }

 p { color: rgb(65,5,59); }

 H1.HeaderClassName
 {
   color: #41053B;
 }
 .AnyTagClassName
 {
   color: #41053B;
 }
</style>

background-color css

<style>
 a { background-color: #41053B; }

 a { background-color: rgb(65,5,59); }

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

border-color css

<style>
 span { border-color: #41053B; }

 span { border-color: rgb(65,5,59); }

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