Html Css Color HEX #3E1541 Mardi Gras

📋 copy color: '#3E1541'

red 62 ◦ green 21 ◦ blue 65

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

Shades of Mardi Gras #3E1541

Tints of Mardi Gras #3E1541

RGB

 RED value IS 62 (24.61% from 255) = 41.89%

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

 BLUE value IS 65 (25.78% from 255) = 43.92%

R = 41.89%
G = 14.19%
B = 43.92%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E1541 (or 0x3E1541) is known color: Mardi Gras. HEX triplet: 3E, 15 and 41. RGB value is (62,21,65). Sum of RGB (Red+Green+Blue) = 62+21+65=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E1541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1541 is #C1EABE. Grayscale: #262626. Windows color (decimal): -12708543 or 4265278. OLE color: 4265278.

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

Color convert

RGB 62 21 65 -
CMYK 0.05 0.68 0 0.75
HSL 295.91º 0.51% 0.17% -
HSV(B) 295.91º 0.68% 0.25% -
XYZ 3.21 1.94 5.21 -
YUV 38.28 143.08 144.92 -
System Red Green Blue C M Y K H S L
Decimal 62 21 65 0.05 0.68 0 0.75 295.91 0.51 0.17
Hex 3E 15 41 5 44 0 4B 128 33 11
Octal 76 25 101 5 104 0 113 450 63 21
Binary 111110 10101 1000001 101 1000100 0 1001011 100101000 110011 10001

Color Harmonies of #3E1541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1541

Black with #3E1541

Text Example


Text Example

White with #3E1541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E1541; }

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

 H1.HeaderClassName
 {
   color: #3E1541;
 }
 .AnyTagClassName
 {
   color: #3E1541;
 }
</style>

background-color css

<style>
 a { background-color: #3E1541; }

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

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

border-color css

<style>
 span { border-color: #3E1541; }

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

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