Html Css Color HEX #411B3A Mardi Gras

📋 copy color: '#411B3A'

red 65 ◦ green 27 ◦ blue 58

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

Shades of Mardi Gras #411B3A

Tints of Mardi Gras #411B3A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18%

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

R = 43.33%
G = 18%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#411B3A (or 0x411B3A) is known color: Mardi Gras. HEX triplet: 41, 1B and 3A. RGB value is (65,27,58). Sum of RGB (Red+Green+Blue) = 65+27+58=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #411B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B3A is #BEE4C5. Grayscale: #292929. Windows color (decimal): -12510406 or 3808065. OLE color: 3808065.

HSL color Cylindrical-coordinate representation of color #411B3A: hue angle of 311.05º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #411B3A is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 27 58 -
CMYK 0 0.58 0.11 0.75
HSL 311.05º 0.41% 0.18% -
HSV(B) 311.05º 0.58% 0.25% -
XYZ 3.34 2.21 4.25 -
YUV 41.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 65 27 58 0 0.58 0.11 0.75 311.05 0.41 0.18
Hex 41 1B 3A 0 3A B 4B 137 29 12
Octal 101 33 72 0 72 13 113 467 51 22
Binary 1000001 11011 111010 0 111010 1011 1001011 100110111 101001 10010

Color Harmonies of #411B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B3A

Black with #411B3A

Text Example


Text Example

White with #411B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411B3A; }

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

 H1.HeaderClassName
 {
   color: #411B3A;
 }
 .AnyTagClassName
 {
   color: #411B3A;
 }
</style>

background-color css

<style>
 a { background-color: #411B3A; }

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

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

border-color css

<style>
 span { border-color: #411B3A; }

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

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