Html Css Color HEX #41153A Mardi Gras

📋 copy color: '#41153A'

red 65 ◦ green 21 ◦ blue 58

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

Shades of Mardi Gras #41153A

Tints of Mardi Gras #41153A

RGB

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

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

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

R = 45.14%
G = 14.58%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#41153A (or 0x41153A) is known color: Mardi Gras. HEX triplet: 41, 15 and 3A. RGB value is (65,21,58). Sum of RGB (Red+Green+Blue) = 65+21+58=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41153A is #BEEAC5. Grayscale: #262626. Windows color (decimal): -12511942 or 3806529. OLE color: 3806529.

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

Color convert

RGB 65 21 58 -
CMYK 0 0.68 0.11 0.75
HSL 309.55º 0.51% 0.17% -
HSV(B) 309.55º 0.68% 0.25% -
XYZ 3.21 1.97 4.21 -
YUV 38.37 139.08 146.99 -
System Red Green Blue C M Y K H S L
Decimal 65 21 58 0 0.68 0.11 0.75 309.55 0.51 0.17
Hex 41 15 3A 0 44 B 4B 136 33 11
Octal 101 25 72 0 104 13 113 466 63 21
Binary 1000001 10101 111010 0 1000100 1011 1001011 100110110 110011 10001

Color Harmonies of #41153A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41153A

Black with #41153A

Text Example


Text Example

White with #41153A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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