Html Css Color HEX #41153F Mardi Gras

📋 copy color: '#41153F'

red 65 ◦ green 21 ◦ blue 63

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

Shades of Mardi Gras #41153F

Tints of Mardi Gras #41153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

 BLUE value IS 63 (25% from 255) = 42.28%

R = 43.62%
G = 14.09%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#41153F (or 0x41153F) is known color: Mardi Gras. HEX triplet: 41, 15 and 3F. RGB value is (65,21,63). Sum of RGB (Red+Green+Blue) = 65+21+63=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #41153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41153F is #BEEAC0. Grayscale: #262626. Windows color (decimal): -12511937 or 4134209. OLE color: 4134209.

HSL color Cylindrical-coordinate representation of color #41153F: hue angle of 302.73º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41153F is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 21 63 -
CMYK 0 0.68 0.03 0.75
HSL 302.73º 0.51% 0.17% -
HSV(B) 302.73º 0.68% 0.25% -
XYZ 3.35 2.02 4.92 -
YUV 38.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 65 21 63 0 0.68 0.03 0.75 302.73 0.51 0.17
Hex 41 15 3F 0 44 3 4B 12F 33 11
Octal 101 25 77 0 104 3 113 457 63 21
Binary 1000001 10101 111111 0 1000100 11 1001011 100101111 110011 10001

Color Harmonies of #41153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41153F

Black with #41153F

Text Example


Text Example

White with #41153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41153F; }

 p { color: rgb(65,21,63); }

 H1.HeaderClassName
 {
   color: #41153F;
 }
 .AnyTagClassName
 {
   color: #41153F;
 }
</style>

background-color css

<style>
 a { background-color: #41153F; }

 a { background-color: rgb(65,21,63); }

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

border-color css

<style>
 span { border-color: #41153F; }

 span { border-color: rgb(65,21,63); }

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