Html Css Color HEX #3E143D Mardi Gras

📋 copy color: '#3E143D'

red 62 ◦ green 20 ◦ blue 61

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

Shades of Mardi Gras #3E143D

Tints of Mardi Gras #3E143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.99%

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

R = 43.36%
G = 13.99%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.76

RGB Variations

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

Color information

#3E143D (or 0x3E143D) is known color: Mardi Gras. HEX triplet: 3E, 14 and 3D. RGB value is (62,20,61). Sum of RGB (Red+Green+Blue) = 62+20+61=143 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.36% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 62 - color contains mainly: red. Hex color #3E143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E143D is #C1EBC2. Grayscale: #252525. Windows color (decimal): -12708803 or 4002878. OLE color: 4002878.

HSL color Cylindrical-coordinate representation of color #3E143D: hue angle of 301.43º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E143D is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 20 61 -
CMYK 0 0.68 0.02 0.76
HSL 301.43º 0.51% 0.16% -
HSV(B) 301.43º 0.68% 0.24% -
XYZ 3.08 1.86 4.61 -
YUV 37.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 62 20 61 0 0.68 0.02 0.76 301.43 0.51 0.16
Hex 3E 14 3D 0 44 2 4C 12D 33 10
Octal 76 24 75 0 104 2 114 455 63 20
Binary 111110 10100 111101 0 1000100 10 1001100 100101101 110011 10000

Color Harmonies of #3E143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E143D

Black with #3E143D

Text Example


Text Example

White with #3E143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,20,61); }

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

background-color css

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

 a { background-color: rgb(62,20,61); }

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

border-color css

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

 span { border-color: rgb(62,20,61); }

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