Html Css Color HEX #41063D Mardi Gras

📋 copy color: '#41063D'

red 65 ◦ green 6 ◦ blue 61

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

Shades of Mardi Gras #41063D

Tints of Mardi Gras #41063D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.55%

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

R = 49.24%
G = 4.55%
B = 46.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#41063D (or 0x41063D) is known color: Mardi Gras. HEX triplet: 41, 06 and 3D. RGB value is (65,6,61). Sum of RGB (Red+Green+Blue) = 65+6+61=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41063D is #BEF9C2. Grayscale: #1D1D1D. Windows color (decimal): -12515779 or 3999297. OLE color: 3999297.

HSL color Cylindrical-coordinate representation of color #41063D: hue angle of 304.07º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41063D is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 6 61 -
CMYK 0 0.91 0.06 0.75
HSL 304.07º 0.83% 0.14% -
HSV(B) 304.07º 0.91% 0.25% -
XYZ 3.09 1.59 4.56 -
YUV 29.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 65 6 61 0 0.91 0.06 0.75 304.07 0.83 0.14
Hex 41 6 3D 0 5B 6 4B 130 53 E
Octal 101 6 75 0 133 6 113 460 123 16
Binary 1000001 110 111101 0 1011011 110 1001011 100110000 1010011 1110

Color Harmonies of #41063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41063D

Black with #41063D

Text Example


Text Example

White with #41063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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