Html Css Color HEX #3E073A Mardi Gras

📋 copy color: '#3E073A'

red 62 ◦ green 7 ◦ blue 58

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

Shades of Mardi Gras #3E073A

Tints of Mardi Gras #3E073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.51%

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

R = 48.82%
G = 5.51%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.06

 K value IS 0.76

RGB Variations

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

Color information

#3E073A (or 0x3E073A) is known color: Mardi Gras. HEX triplet: 3E, 07 and 3A. RGB value is (62,7,58). Sum of RGB (Red+Green+Blue) = 62+7+58=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 62 - color contains mainly: red. Hex color #3E073A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E073A is #C1F8C5. Grayscale: #1D1D1D. Windows color (decimal): -12712134 or 3802942. OLE color: 3802942.

HSL color Cylindrical-coordinate representation of color #3E073A: hue angle of 304.36º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E073A is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 7 58 -
CMYK 0 0.89 0.06 0.76
HSL 304.36º 0.8% 0.14% -
HSV(B) 304.36º 0.89% 0.24% -
XYZ 2.83 1.48 4.14 -
YUV 29.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 62 7 58 0 0.89 0.06 0.76 304.36 0.8 0.14
Hex 3E 7 3A 0 59 6 4C 130 50 E
Octal 76 7 72 0 131 6 114 460 120 16
Binary 111110 111 111010 0 1011001 110 1001100 100110000 1010000 1110

Color Harmonies of #3E073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E073A

Black with #3E073A

Text Example


Text Example

White with #3E073A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,7,58); }

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

background-color css

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

 a { background-color: rgb(62,7,58); }

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

border-color css

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

 span { border-color: rgb(62,7,58); }

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