Html Css Color HEX #41053D Mardi Gras

📋 copy color: '#41053D'

red 65 ◦ green 5 ◦ blue 61

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

Shades of Mardi Gras #41053D

Tints of Mardi Gras #41053D

RGB

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

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

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

R = 49.62%
G = 3.82%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#41053D (or 0x41053D) is known color: Mardi Gras. HEX triplet: 41, 05 and 3D. RGB value is (65,5,61). Sum of RGB (Red+Green+Blue) = 65+5+61=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41053D is #BEFAC2. Grayscale: #1D1D1D. Windows color (decimal): -12516035 or 3999041. OLE color: 3999041.

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

Color convert

RGB 65 5 61 -
CMYK 0 0.92 0.06 0.75
HSL 304º 0.86% 0.14% -
HSV(B) 304º 0.92% 0.25% -
XYZ 3.08 1.57 4.56 -
YUV 29.32 145.88 153.45 -
System Red Green Blue C M Y K H S L
Decimal 65 5 61 0 0.92 0.06 0.75 304 0.86 0.14
Hex 41 5 3D 0 5C 6 4B 130 56 E
Octal 101 5 75 0 134 6 113 460 126 16
Binary 1000001 101 111101 0 1011100 110 1001011 100110000 1010110 1110

Color Harmonies of #41053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41053D

Black with #41053D

Text Example


Text Example

White with #41053D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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