Html Css Color HEX #3E083A Mardi Gras

📋 copy color: '#3E083A'

red 62 ◦ green 8 ◦ blue 58

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

Shades of Mardi Gras #3E083A

Tints of Mardi Gras #3E083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.25%

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

R = 48.44%
G = 6.25%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.76

RGB Variations

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

Color information

#3E083A (or 0x3E083A) is known color: Mardi Gras. HEX triplet: 3E, 08 and 3A. RGB value is (62,8,58). Sum of RGB (Red+Green+Blue) = 62+8+58=128 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.44% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 62 - color contains mainly: red. Hex color #3E083A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E083A is #C1F7C5. Grayscale: #1D1D1D. Windows color (decimal): -12711878 or 3803198. OLE color: 3803198.

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

Color convert

RGB 62 8 58 -
CMYK 0 0.87 0.06 0.76
HSL 304.44º 0.77% 0.14% -
HSV(B) 304.44º 0.87% 0.24% -
XYZ 2.84 1.5 4.14 -
YUV 29.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 62 8 58 0 0.87 0.06 0.76 304.44 0.77 0.14
Hex 3E 8 3A 0 57 6 4C 130 4D E
Octal 76 10 72 0 127 6 114 460 115 16
Binary 111110 1000 111010 0 1010111 110 1001100 100110000 1001101 1110

Color Harmonies of #3E083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E083A

Black with #3E083A

Text Example


Text Example

White with #3E083A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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