Html Css Color HEX #3E0835 Mardi Gras

📋 copy color: '#3E0835'

red 62 ◦ green 8 ◦ blue 53

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

Shades of Mardi Gras #3E0835

Tints of Mardi Gras #3E0835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 43.09%

R = 50.41%
G = 6.5%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#3E0835 (or 0x3E0835) is known color: Mardi Gras. HEX triplet: 3E, 08 and 35. RGB value is (62,8,53). Sum of RGB (Red+Green+Blue) = 62+8+53=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0835 is #C1F7CA. Grayscale: #1D1D1D. Windows color (decimal): -12711883 or 3475518. OLE color: 3475518.

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

Color convert

RGB 62 8 53 -
CMYK 0 0.87 0.15 0.76
HSL 310º 0.77% 0.14% -
HSV(B) 310º 0.87% 0.24% -
XYZ 2.72 1.45 3.51 -
YUV 29.28 141.39 151.34 -
System Red Green Blue C M Y K H S L
Decimal 62 8 53 0 0.87 0.15 0.76 310 0.77 0.14
Hex 3E 8 35 0 57 F 4C 136 4D E
Octal 76 10 65 0 127 17 114 466 115 16
Binary 111110 1000 110101 0 1010111 1111 1001100 100110110 1001101 1110

Color Harmonies of #3E0835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0835

Black with #3E0835

Text Example


Text Example

White with #3E0835

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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