Html Css Color HEX #3E0636 Mardi Gras

📋 copy color: '#3E0636'

red 62 ◦ green 6 ◦ blue 54

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

Shades of Mardi Gras #3E0636

Tints of Mardi Gras #3E0636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 44.26%

R = 50.82%
G = 4.92%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.76

RGB Variations

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

Color information

#3E0636 (or 0x3E0636) is known color: Mardi Gras. HEX triplet: 3E, 06 and 36. RGB value is (62,6,54). Sum of RGB (Red+Green+Blue) = 62+6+54=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 54 (21.48% from 255 or 44.26% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0636 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0636 is #C1F9C9. Grayscale: #1C1C1C. Windows color (decimal): -12712394 or 3540542. OLE color: 3540542.

HSL color Cylindrical-coordinate representation of color #3E0636: hue angle of 308.57º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E0636 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 6 54 -
CMYK 0 0.90 0.13 0.76
HSL 308.57º 0.82% 0.13% -
HSV(B) 308.57º 0.9% 0.24% -
XYZ 2.72 1.42 3.62 -
YUV 28.22 142.55 152.1 -
System Red Green Blue C M Y K H S L
Decimal 62 6 54 0 0.90 0.13 0.76 308.57 0.82 0.13
Hex 3E 6 36 0 5A D 4C 135 52 D
Octal 76 6 66 0 132 15 114 465 122 15
Binary 111110 110 110110 0 1011010 1101 1001100 100110101 1010010 1101

Color Harmonies of #3E0636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0636

Black with #3E0636

Text Example


Text Example

White with #3E0636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,6,54); }

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

background-color css

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

 a { background-color: rgb(62,6,54); }

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

border-color css

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

 span { border-color: rgb(62,6,54); }

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