Html Css Color HEX #3E063D Mardi Gras

📋 copy color: '#3E063D'

red 62 ◦ green 6 ◦ blue 61

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

Shades of Mardi Gras #3E063D

Tints of Mardi Gras #3E063D

RGB

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

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

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

R = 48.06%
G = 4.65%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.76

RGB Variations

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

Color information

#3E063D (or 0x3E063D) is known color: Mardi Gras. HEX triplet: 3E, 06 and 3D. RGB value is (62,6,61). Sum of RGB (Red+Green+Blue) = 62+6+61=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E063D is #C1F9C2. Grayscale: #1C1C1C. Windows color (decimal): -12712387 or 3999294. OLE color: 3999294.

HSL color Cylindrical-coordinate representation of color #3E063D: hue angle of 301.07º 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 #3E063D is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 6 61 -
CMYK 0 0.90 0.02 0.76
HSL 301.07º 0.82% 0.13% -
HSV(B) 301.07º 0.9% 0.24% -
XYZ 2.89 1.49 4.55 -
YUV 29.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 62 6 61 0 0.90 0.02 0.76 301.07 0.82 0.13
Hex 3E 6 3D 0 5A 2 4C 12D 52 D
Octal 76 6 75 0 132 2 114 455 122 15
Binary 111110 110 111101 0 1011010 10 1001100 100101101 1010010 1101

Color Harmonies of #3E063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E063D

Black with #3E063D

Text Example


Text Example

White with #3E063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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