Html Css Color HEX #3F0636 Mardi Gras

📋 copy color: '#3F0636'

red 63 ◦ green 6 ◦ blue 54

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

Shades of Mardi Gras #3F0636

Tints of Mardi Gras #3F0636

RGB

 RED value IS 63 (25% from 255) = 51.22%

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

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

R = 51.22%
G = 4.88%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#3F0636 (or 0x3F0636) is known color: Mardi Gras. HEX triplet: 3F, 06 and 36. RGB value is (63,6,54). Sum of RGB (Red+Green+Blue) = 63+6+54=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0636 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0636 is #C0F9C9. Grayscale: #1C1C1C. Windows color (decimal): -12646858 or 3540543. OLE color: 3540543.

HSL color Cylindrical-coordinate representation of color #3F0636: hue angle of 309.47º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0636 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 6 54 -
CMYK 0 0.90 0.14 0.75
HSL 309.47º 0.83% 0.14% -
HSV(B) 309.47º 0.9% 0.25% -
XYZ 2.78 1.45 3.62 -
YUV 28.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 63 6 54 0 0.90 0.14 0.75 309.47 0.83 0.14
Hex 3F 6 36 0 5A E 4B 135 53 E
Octal 77 6 66 0 132 16 113 465 123 16
Binary 111111 110 110110 0 1011010 1110 1001011 100110101 1010011 1110

Color Harmonies of #3F0636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0636

Black with #3F0636

Text Example


Text Example

White with #3F0636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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