Html Css Color HEX #41013B Mardi Gras

📋 copy color: '#41013B'

red 65 ◦ green 1 ◦ blue 59

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

Shades of Mardi Gras #41013B

Tints of Mardi Gras #41013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.8%

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

R = 52%
G = 0.8%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#41013B (or 0x41013B) is known color: Mardi Gras. HEX triplet: 41, 01 and 3B. RGB value is (65,1,59). Sum of RGB (Red+Green+Blue) = 65+1+59=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 59 (23.44% from 255 or 47.2% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #41013B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41013B is #BEFEC4. Grayscale: #1A1A1A. Windows color (decimal): -12517061 or 3866945. OLE color: 3866945.

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

Color convert

RGB 65 1 59 -
CMYK 0 0.98 0.09 0.75
HSL 305.63º 0.97% 0.13% -
HSV(B) 305.63º 0.98% 0.25% -
XYZ 2.98 1.46 4.26 -
YUV 26.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 65 1 59 0 0.98 0.09 0.75 305.63 0.97 0.13
Hex 41 1 3B 0 62 9 4B 132 61 D
Octal 101 1 73 0 142 11 113 462 141 15
Binary 1000001 1 111011 0 1100010 1001 1001011 100110010 1100001 1101

Color Harmonies of #41013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41013B

Black with #41013B

Text Example


Text Example

White with #41013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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